Skip to content

Multi GPU train on the ScanNet v2 dataset #56

@kunzaiyy

Description

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions