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
Here you disable dataparallel on i3d and I wonder the reason. Because of it using multi GPUs to train i3d becomes impossible.
I also tried to modify the code and implement multi GPUs, but I encountered "Runtime Error: Expected tensor for argument 1 'input' to have the same device as tensor for argument 2 'weight'; but device 1 does not equal 0"
The text was updated successfully, but these errors were encountered:
Here you disable dataparallel on i3d and I wonder the reason. Because of it using multi GPUs to train i3d becomes impossible.
I also tried to modify the code and implement multi GPUs, but I encountered "Runtime Error: Expected tensor for argument 1 'input' to have the same device as tensor for argument 2 'weight'; but device 1 does not equal 0"
The text was updated successfully, but these errors were encountered: