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
I am getting RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory when trying to load the model. Please suggest what can be done
Hi. I tried load the model using
torch.load('model.bin')
but this kind of error occured:_pickle.UnpicklingError: invalid load key, '['.
And how to do inference?
Any help?
The text was updated successfully, but these errors were encountered: