Replies: 3 comments
-
There are indeed pretrained weights for To access weights trained on ImageNet, you can use Note that for older versions of timm the syntax differed slightly, e.g., you would write something like |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
It's best to use the API to list models (using pretrained=True to show ones with weights), or look in the model file at the pretrained_cfgs... there are often more than one variant of a similar model arch and not all have weights On latest main branch / 0.8.x pre-releases, there are no weights for the non TF trained
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I've got this print out when importing efficientnetv2_s. Is this normal that we don't have ImagNet pretrained for this efficientnetv2_s backbone ?
Beta Was this translation helpful? Give feedback.
All reactions