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
When I try to load the insta_train_db.py and insta_test_db.py using torch.load , i got error in load pickle.
I tried with every pytorch version. 1.1 to 1.11
_pickle.UnpicklingError: invalid load key, '\xc0'
How can I load it?
The text was updated successfully, but these errors were encountered:
When I try to load the insta_train_db.py and insta_test_db.py using torch.load , i got error in load pickle.
I tried with every pytorch version. 1.1 to 1.11
_pickle.UnpicklingError: invalid load key, '\xc0'
How can I load it?
The text was updated successfully, but these errors were encountered: