Can't use multi-gpu to train the model. #9201
Replies: 3 comments 6 replies
-
I believe that traceback is missing the actual exception which caused the If you don't have it, can you share the reproduction code? |
Beta Was this translation helpful? Give feedback.
-
Hi, @carmocca I have four GPUs that can be used, and when it runs correctly, the info likes below:
I used the jupyter notebook to run all this code. |
Beta Was this translation helpful? Give feedback.
-
@carmocca is there any solution? This error looks related to this issue: #13039 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I write a simple model to classify the image of MNIST. When I use
gpus=1
, everything works properly。 However, when I use other parameters, likegpus=2
orgpus=[0, 1]
, it occurs the error like the following:Can anyone help me? Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions