-
Notifications
You must be signed in to change notification settings - Fork 48
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
Error for multiple GPUs training #2
Comments
Hi @donghaozhang , I faced the same error with the multiple GPUs. Did you find any solution? |
Hi @donghaozhang, You can run the code on the multiple GPUs, by using |
I faced the same error, could you please teach me how to sovle this error? thanks very much |
Hi, there are few things that you should care about: |
Thanks for your attention to our paper! @nooralahzadeh Thank you for helping me to solve the problem! The feature of training with multiple GPUs will be supported in the future and there are other things with higher priority, so I need to finish them firstly and maintain the repo then. Normally, there are two ways to train with multiple GPUs, |
Thanks for your advice! However using torch.nn.parallel.DistributedDataParallel on windows really puzzles me @.@ |
@nooralahzadeh Thanks for the solution. Are you able to share the code regarding the modifications you mentioned? Thanks! |
@tangyuxing I can share with you ,do you need? |
Hey @tangyuxing, can you please share the code? Thanks, |
Hey @wyh196646, could you please share the code? |
您好,请问您有mimic-cxr数据集嘛,我没有访问权限下载不了,非常感谢 |
Dear,
Have you tried multiple GPU training using this code? Thank you so much! I came across the following error.
RuntimeError: Expected tensor for argument #1 'input' to have the same device as tensor for argument #2 'weight'; but device 1 does not equal 0 (while checking arguments for cudnn_convolution)
Kind Regards,
Donghao
The text was updated successfully, but these errors were encountered: