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
According to this thread on the pytorch forum, the pretrained model was saved using something called nn.DataParallel, but the eval.py script will only do something with that if cuda is enabled.
And I have disabled it, because I don't have cuda.
I managed to work around the loading of the model (with the help from the discussion on pytorch.org), but it still doesn't work. I looked at the file some more, and I guess disabling cuda isn't something that is actually supported?
Just like in issue #21 I get an error when I load the pre-trained
RBPN_4x.pth
model:Any idea what I'm missing?
The text was updated successfully, but these errors were encountered: