Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency specifics in doc #2

Open
steveant opened this issue Dec 29, 2021 · 2 comments
Open

Update dependency specifics in doc #2

steveant opened this issue Dec 29, 2021 · 2 comments

Comments

@steveant
Copy link

Would it be possible to update the readme to list the specific dependency versions for all the components. I am running into issues running under Python36 (required for Torch=0.4.0) but looks like I have compatibility issues with some of the other libraries when getting latest and have tried various combinations with no success. Maybe just what you know has worked for you would suffice.

This is a great project thank you!

Specifically if you can suggest versions for:
NumPy
SciPy
PyTorch=0.4
tqdm
tensorboard_logger
Matplotlib

@jingwenli0312
Copy link
Owner

jingwenli0312 commented Dec 29, 2021 via email

@steveant
Copy link
Author

Thank you. The solution is running, detecting my gpu so have made some progress. At the moment though it's blocking on the enumerate() call and am debugging to understand why. Happens for both fleet_v3 and fleet_v5.

in train.py / train_epoch():

for batch_id, batch in enumerate(tqdm(training_dataloader, disable=opts.no_progress_bar)): . . .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants