You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, you can do that by wrapping the model into nn.DataParallel. Check out the parallelism tutorials: 1, 2.
(Currently the code in this repo does not use nn.DataParallel.)
Can I train this model with multiple GPUs?
The text was updated successfully, but these errors were encountered: