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
After following the instructions to run the test.py, the following error pops up
RuntimeError: [enforce fail at C:\cb\pytorch_1000000000000\work\caffe2\serialize\inline_container.cc:231] . file in archive is not in a subdirectory archive/: latest_net_D.pth
After following the instructions to run the test.py, the following error pops up
RuntimeError: [enforce fail at C:\cb\pytorch_1000000000000\work\caffe2\serialize\inline_container.cc:231] . file in archive is not in a subdirectory archive/: latest_net_D.pth
when execute
net['netCorr'] = util.load_network(net['netCorr'], 'Corr', opt.which_epoch, opt)
in pix2pix_model.py (ln 119)
Does this mean the pth file was corrupted?