MetaPruning icon indicating copy to clipboard operation
MetaPruning copied to clipboard

Pretrained ResNet50 0.75x Model seems corrupted

Open adityarajagopal opened this issue 4 years ago • 0 comments

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.

adityarajagopal avatar Feb 10 '21 09:02 adityarajagopal