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
Hello!
When I downloaded
a2d-sentences_window-10.pth.tar and run "python main.py -rm eval -c configs/a2d_sentences.yaml -ws 10 -bs 3 -ng 1"(I added the default checkpoint path in the main.py) , the following error occurs.
UnpicklingError: A load persistent id instruction was encountered,but no persistent_load function was specified.
The possible problem I've found is a mismatch in the pytorch used when training the model and validating the model.
So i uninstall my 1.11.0-pytorch and install the pytorch version you suggested(pytorch-1.10.0).When I tested it again, I had the same problem as before.
Please tell me how to solve this problem.Thanks!
The text was updated successfully, but these errors were encountered:
Hello!
When I downloaded
a2d-sentences_window-10.pth.tar and run "python main.py -rm eval -c configs/a2d_sentences.yaml -ws 10 -bs 3 -ng 1"(I added the default checkpoint path in the main.py) , the following error occurs.
UnpicklingError: A load persistent id instruction was encountered,but no persistent_load function was specified.
The possible problem I've found is a mismatch in the pytorch used when training the model and validating the model.
So i uninstall my 1.11.0-pytorch and install the pytorch version you suggested(pytorch-1.10.0).When I tested it again, I had the same problem as before.
Please tell me how to solve this problem.Thanks!
The text was updated successfully, but these errors were encountered: