You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: