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 trying to load ResNet50 pretrained on ImageNet with Barlow Twins as provided here. However, I failed to load ResNet50 models (using the timm package) with the following code:
model = timm.create_model('resnet50')
How do I properly initialize the model and load the pretrained checkpoints? Thank you!
The text was updated successfully, but these errors were encountered:
Hi, I am trying to load ResNet50 pretrained on ImageNet with Barlow Twins as provided here. However, I failed to load ResNet50 models (using the
timm
package) with the following code:model = timm.create_model('resnet50')
How do I properly initialize the model and load the pretrained checkpoints? Thank you!
The text was updated successfully, but these errors were encountered: