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
HI, i am facing a problem, need your help .
when i load the resnet101-solar-best.pth on pytorch 1.6+cu101, is OK. i switch to pytorch 1.10+cuda11.3 , then problem
occurs 'RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory' . Do you know why?
The text was updated successfully, but these errors were encountered:
This seems like a path/file issue more than a version one. Have you tried re-downloading the weights, or changing the path to an absolute one instead of a relative one?
HI, i am facing a problem, need your help .
when i load the resnet101-solar-best.pth on pytorch 1.6+cu101, is OK. i switch to pytorch 1.10+cuda11.3 , then problem
occurs 'RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory' . Do you know why?
The text was updated successfully, but these errors were encountered: