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 encountered this issue when I was loading the pretrained weights from timm. The weights were downloaded from huggingface.co. Specifically,self.image_model = timm.create_model("vit_base_patch32_224", pretrained=True,pretrained_cfg_overlay=dict( file='vit-base-patch32-224/pytorch_model.bin'))
How can fix it? I will appreciate it if you can solve this problem.
The text was updated successfully, but these errors were encountered:
I encountered this issue when I was loading the pretrained weights from timm. The weights were downloaded from huggingface.co. Specifically,
self.image_model = timm.create_model("vit_base_patch32_224", pretrained=True,pretrained_cfg_overlay=dict( file='vit-base-patch32-224/pytorch_model.bin'))
How can fix it? I will appreciate it if you can solve this problem.
The text was updated successfully, but these errors were encountered: