SpatioTemporalSegmentation icon indicating copy to clipboard operation
SpatioTemporalSegmentation copied to clipboard

Multi GPU train on the ScanNet v2 dataset

Open kunzaiyy opened this issue 4 years ago • 2 comments

When i use these code to train this network with multi GPU: if torch.cuda.device_count() > 1: model = torch.nn.DataParallel(model) model = model.cuda() It send me this error: RuntimeError: Caught RuntimeError in replica 0 on device 0. Is there any one who can help me? Thank you very much!!!!!!!!!!!1

kunzaiyy avatar Jan 11 '22 14:01 kunzaiyy

When i use these code to train this network with multi GPU: if torch.cuda.device_count() > 1: model = torch.nn.DataParallel(model) model = model.cuda() It send me this error: RuntimeError: Caught RuntimeError in replica 0 on device 0. Is there any one who can help me? Thank you very much!!!!!!!!!!!1

i have the same error , did you solve it? thanks!

GoodJuicee avatar May 02 '23 03:05 GoodJuicee

When i use these code to train this network with multi GPU: if torch.cuda.device_count() > 1: model = torch.nn.DataParallel(model) model = model.cuda() It send me this error: RuntimeError: Caught RuntimeError in replica 0 on device 0. Is there any one who can help me? Thank you very much!!!!!!!!!!!1

Hello,did you solve this problem

GoodJuicee avatar May 09 '23 02:05 GoodJuicee