-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Multiple GPU #520
Comments
Are you using pytorch distributed package? if so, did you correctly set your default Cuda location for your local process rank? if not, this happens. |
Can you put some pipeline advice for Multi-gpu training? Thanks a lot!@voodoopotato |
Can you success to multi-gpu training? Thanks! |
I will not add multi GPU training in the near future. If anybody wants to make a pr feel free. |
This was referenced Aug 2, 2021
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to run training on two GPUs
I keep on getting the following error, i am assuming that this error is because the weights are on the CPU while Input is on GPU, correct?
The text was updated successfully, but these errors were encountered: