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 though you have DataParallel inside your code, it won't work properly cause your implementation only supports a bs_train=bs_test=1.
The text was updated successfully, but these errors were encountered:
GiannisPikoulis
changed the title
Current implementatio does not support multi-gpu
Current implementation does not support multi-gpu
Oct 5, 2022
GiannisPikoulis
changed the title
Current implementation does not support multi-gpu
Current implementation does not support multi-gpu finetuning.
Oct 5, 2022
Hello
Even though you have
DataParallel
inside your code, it won't work properly cause your implementation only supports abs_train=bs_test=1
.The text was updated successfully, but these errors were encountered: