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
timm.create_model fails with AttributeError: 'CoaT' object has no attribute 'norm2' error if I try to create a pre-trained model and set out_features and return_interim_layers. It works fine if I set pretrained=False
timm.create_model fails with AttributeError: 'CoaT' object has no attribute 'norm2' error if I try to create a pre-trained model and set out_features and return_interim_layers. It works fine if I set pretrained=False
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: