Closed zvadaszi closed 5 years ago
Is multi GPU training supported? Thanks
Yes, it is supported, you can enable it by this line net = torch.nn.DataParallel(net, device_ids=range(torch.cuda.device_count()))
Is multi GPU training supported? Thanks