pytorch-vgg-cifar10
pytorch-vgg-cifar10 copied to clipboard
Why not giving the whole model to DataParallel ?
I feel confused about the code in main function as follows :
model.features = torch.nn.DataParallel(model.features)
May I ask that why not giving the whole model to DataParallel ?