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 was trying to load (using torch.load) the ResNet50 0.75x pretrained model provided, but run into this error "RuntimeError: unexpected EOF, expected 1565290 more bytes. The file might be corrupted."
I have tried loading the 0.5x model and that loads fine. I tried switching my PyTorch version to 1.1.0 as suggested in your readme in case it was a version issue but that didn't fix the issue.
Has anyone run into this before? I am wondering if there was maybe some issue in the upload of the model to the OneDrive? Any help with this would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered:
I was trying to load (using torch.load) the ResNet50 0.75x pretrained model provided, but run into this error "RuntimeError: unexpected EOF, expected 1565290 more bytes. The file might be corrupted."
I have tried loading the 0.5x model and that loads fine. I tried switching my PyTorch version to 1.1.0 as suggested in your readme in case it was a version issue but that didn't fix the issue.
Has anyone run into this before? I am wondering if there was maybe some issue in the upload of the model to the OneDrive? Any help with this would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered: