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
When I use code pretrainedmodels.se_resnext50_32x4d(pretrained='imagenet') to download model se_resnext50, error comes up :
pretrainedmodels.se_resnext50_32x4d(pretrained='imagenet')
File "/home/xx/anaconda3/envs/torch37/lib/python3.7/site-packages/torch/serialization.py", line 764, in _legacy_load magic_number = pickle_module.load(f, **pickle_load_args) _pickle.UnpicklingError: invalid load key, '<'.
But when I tried other models such as se_resnext101,resnet ,there's no error. What goes wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I use code
pretrainedmodels.se_resnext50_32x4d(pretrained='imagenet')
to download model se_resnext50, error comes up :But when I tried other models such as se_resnext101,resnet ,there's no error. What goes wrong?
The text was updated successfully, but these errors were encountered: