We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am testing the code under the environment of: pytorch == 1.9.0 torchvision == 0.10.0 python == 3.6.5
pytorch == 1.9.0
torchvision == 0.10.0
python == 3.6.5
When I try torch.load(args.model) it returns an error:
torch.load(args.model)
File "/usr/local/cuda/lib/python3.6/site-packages/torch/serialization.py", line 777, in _legacy_load magic_number = pickle_module.load(f, **pickle_load_args) _pickle.UnpicklingError: invalid load key, '7'.
Could you help me with this? Thanks!
The text was updated successfully, but these errors were encountered:
You can unzip the file using 7z software. the zip file contains .pth file inside, which can be loaded regularly by pytorch.
Sorry, something went wrong.
No branches or pull requests
Hi, I am testing the code under the environment of:
pytorch == 1.9.0
torchvision == 0.10.0
python == 3.6.5
When I try
torch.load(args.model)
it returns an error:Could you help me with this? Thanks!
The text was updated successfully, but these errors were encountered: