-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
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
_pickle.UnpicklingError: invalid load key, '<' #49
Comments
This issue might be helpful |
_pickle.UnpicklingError: invalid load key, '<'. The error still persists. Any other solutions? |
UnpicklingError: invalid load key, '<'. |
same here |
pickle.UnpicklingError: invalid load key, '\x0d'. |
Any solution found so far? |
This error may caused by your fragmentary model. |
i solved this problem by re-downloading the model |
model = torchvision.models.detection.maskrcnn_resnet50_fpn(pretrained=(True)) |
still cannot fix, any solution found so far? It seems that the PyTorch version issues... |
related: learnables/learn2learn#310 |
_pickle.UnpicklingError: invalid load key, '%'. how to deal with this? |
. |
Any solution yet to the 'UnpicklingError: invalid load key, '<''? |
Check your torch version. I solved this by upgrading my torch to 1.8.2. It is said in README that the version of torch needs to be higher than 1.3.0. |
_pickle.UnpicklingError: invalid load key, '\x19'. |
Hi all!
while running run_placesCNN_basic.py, this error comes up
Traceback (most recent call last):
File "run_placesCNN_basic.py", line 31, in
checkpoint = torch.load(model_file, map_location=lambda storage, loc: storage)
File "/home/pytorch_py35/lib/python3.5/site-packages/torch/serialization.py", line 267, in load
return _load(f, map_location, pickle_module)
File "/home/pytorch_py35/lib/python3.5/site-packages/torch/serialization.py", line 412, in _load
magic_number = pickle_module.load(f)
_pickle.UnpicklingError: invalid load key, '<'.
Any advice? Thanks!
The text was updated successfully, but these errors were encountered: