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
Even if I set the CUDA_VISIBLE_DEVICES as 0,1,2,3 , still this code can only run on the first gpu.
I added the nn.DataParallel function by myself, but here comes AssertionError when testing.
Thus I wonder if this model can be trained on two or mare gpus naturally, or it just because my wrong operation.
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Even if I set the
CUDA_VISIBLE_DEVICES
as 0,1,2,3 , still this code can only run on the first gpu.I added the
nn.DataParallel
function by myself, but here comesAssertionError
when testing.Thus I wonder if this model can be trained on two or mare gpus naturally, or it just because my wrong operation.
Thanks a lot.
The text was updated successfully, but these errors were encountered: