Shadowwalker10
Results
1
comments of
Shadowwalker10
> Instead of directly changing test.py code at > `model = torch.nn.DataParallel(model,device_ids=cfg.GPUS).cuda()`, > You can execute test.py by giving the list of gpus as a parameter. Example: > `python tools/test.py...