-
import timm
timm.list_models("*efficientnetv2*")
I found a model that included Also, I would appreciate it if you could tell me what 'in21ft1k' means. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
in21ft1k ==> pretrained on ImageNet21k , fine-tuned on 1k. |
Beta Was this translation helpful? Give feedback.
@klae01
rw
(my initials) means it is not the official model architecture but my 'guess' before the official code was released, they work well though and some people have reported the rw_s especially is easy to work with for fine-tuningin21ft1k ==> pretrained on ImageNet21k , fine-tuned on 1k.