Open uuid123 opened 3 years ago
Sorry but I have no experience with multi-GPU training. So I believe I'm not able to help you :)
BTW, should it be torch.nn.DataParallel
? I searched torch.nn.parallel.DataParallel
but didn't find it.
But the effect is the same. And ,Looks like this is where the error came in
y_pred = model(minibatch["candidate_news"],
minibatch["clicked_news"])
Hello, Mr.yu I have a problem when I try to train the model in multi GPUs
When I use the above codes, there are some problem as follow: