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
Thanks for your codes!
When I train the model with multiple GPUs with net_model = torch.nn.DataParallel(net_model), images obtained from sampling are noise images. I load the model with model = torch.nn.DataParallel(model) model.load_state_dict(ckpt).
Has anyone encountered this problem?
The text was updated successfully, but these errors were encountered:
Thanks for your codes!
When I train the model with multiple GPUs with
net_model = torch.nn.DataParallel(net_model)
, images obtained from sampling are noise images. I load the model withmodel = torch.nn.DataParallel(model) model.load_state_dict(ckpt)
.Has anyone encountered this problem?
The text was updated successfully, but these errors were encountered: