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
I have 8 GPUs, --gpu_id '0,1,2,3,4,5,6,7',but every time stucked in the model forward outputs = model(images)
and i try to use a single GPU,it works.
my env
torch 2.0
cuda 12.0
How can i fix this problem?
The text was updated successfully, but these errors were encountered:
I have 8 GPUs, --gpu_id '0,1,2,3,4,5,6,7',but every time stucked in the model forward
outputs = model(images)
and i try to use a single GPU,it works.
my env
torch 2.0
cuda 12.0
How can i fix this problem?
The text was updated successfully, but these errors were encountered: