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
after training the model, I got the 1.pkl file (which contained in the runs folder). Trying to open it by pickle library I have got an error:
UnpicklingError: A load persistent id instruction was encountered,
but no persistent_load function was specified.
The text was updated successfully, but these errors were encountered:
Sorry for the extension "pkl", actually if you just read the code, you would see that thoses are just pytorch saved weights, so for sure it will not work using pickle....
after training the model, I got the 1.pkl file (which contained in the runs folder). Trying to open it by pickle library I have got an error:
UnpicklingError: A load persistent id instruction was encountered,
but no persistent_load function was specified.
The text was updated successfully, but these errors were encountered: