Closed haofeng0705 closed 2 years ago
Tried to add following code: model = nn.DataParallel(model) model = model.cuda() not working :(
Hi, @Elliot-hao ! Thank you for your focus! Our code does not support multiple GPU training and testing. We are welcome for PR if you can help us add it!
Tried to add following code: model = nn.DataParallel(model) model = model.cuda() not working :(