pytorch-vgg-cifar10 icon indicating copy to clipboard operation
pytorch-vgg-cifar10 copied to clipboard

Why not giving the whole model to DataParallel ?

Open Anonymous-so opened this issue 5 years ago • 0 comments

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 ?

Anonymous-so avatar Aug 13 '19 07:08 Anonymous-so