-
Notifications
You must be signed in to change notification settings - Fork 31
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
Comments
Hi,
I have modified the settings. Python 3.7.3 and torch 1.3.0 work for me, and hope this will work for you, too.
…________________________________
From: steveant ***@***.***>
Sent: Wednesday, December 29, 2021 11:53 PM
To: Demon0312/HCVRP_DRL ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [Demon0312/HCVRP_DRL] Update dependency specifics in doc (Issue #2)
- External Email -
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
—
Reply to this email directly, view it on GitHub<#2>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AO3GETJHZTIMXLF5P6AUDNTUTMVGNANCNFSM5K6FZMYQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
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():
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: