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 don't think you are supposed to extract the model file at all. I am not even sure it is a tar archive at all, yet that is how networks are saved in various examples. For example: imagenet (line 267), mnist (line 62).
Here is the documentation about saving/loading networks.
In my code, I can load the saved model to continue training as presented below, where checkpoint is the path to the tar file.
hi, I am trying to extract m-25012018-123527.pth.tar, but while doing so error occurred. I have tried it on both windows and ubuntu.
The text was updated successfully, but these errors were encountered: