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
hello, I have an error: RuntimeError: storage has wrong byte size: expected %ld got %ld15171348084826560692409600, when load the ckpt by checkpoint_dict = torch.load(model_file, map_location='cpu') in the deepab/models/AbResNet/AbResNet.py.
hello, I have an error: RuntimeError: storage has wrong byte size: expected %ld got %ld15171348084826560692409600, when load the ckpt by checkpoint_dict = torch.load(model_file, map_location='cpu') in the deepab/models/AbResNet/AbResNet.py.
the model file is loaded from wget https://data.graylab.jhu.edu/ensemble_abresnet_v1.tar.gz
and my env is torch=2.4.1, python=3.8.20
Should I use the torch=1.7.1 to load the ckpt?
The text was updated successfully, but these errors were encountered: