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
Thank you for sharing your code. I am wandering weather the code supporting multi-gpu training? It seems that simply add ourModel = torch.nn.DataParallel(ourModel).cuda() in train.py brings about errors.
The text was updated successfully, but these errors were encountered:
Some functions and losses do not support parallel running due to the design flaws in that time. We hope to improve them soon but we are with other projects now.
Thank you for sharing your code. I am wandering weather the code supporting multi-gpu training? It seems that simply add
ourModel = torch.nn.DataParallel(ourModel).cuda()
in train.py brings about errors.The text was updated successfully, but these errors were encountered: