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
The pytorch's version >=1.0,so I can't use from torch.utils.serialization import load_lua
and I can't run vgglua = load_lua(os.path.join(model_dir, 'vgg16.t7')) in utils.py
if I choose import torchfile and vgglua = torchfile.load(os.path.join(model_dir, 'vgg16.t7')), will wrong in TypeError: unhashable type: 'numpy.ndarray'
What should I do?
The text was updated successfully, but these errors were encountered:
The pytorch's version >=1.0,so I can't use from torch.utils.serialization import load_lua
and I can't run vgglua = load_lua(os.path.join(model_dir, 'vgg16.t7')) in utils.py
if I choose import torchfile and vgglua = torchfile.load(os.path.join(model_dir, 'vgg16.t7')), will wrong in TypeError: unhashable type: 'numpy.ndarray'
What should I do?
Hi,Did you solve this problem? I also meet this problem,can you tell me how to solve it?
The pytorch's version >=1.0,so I can't use from torch.utils.serialization import load_lua
and I can't run vgglua = load_lua(os.path.join(model_dir, 'vgg16.t7')) in utils.py
if I choose import torchfile and vgglua = torchfile.load(os.path.join(model_dir, 'vgg16.t7')), will wrong in TypeError: unhashable type: 'numpy.ndarray'
What should I do?
The text was updated successfully, but these errors were encountered: