Simin Li
Results
1
issues of
Simin Li
Dear HangZhang, Thanks for your code! I was working on a multi-GPU version of my code, which is like: model = CDCK2(xxx) model = encoding.parallel.DataParallelModel(model).cuda() The model is something like...