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'm wondering how timm mapping mode name to model, especially for 'vit_base_patch16_clip_224'.
When I run model.list_models(), I found these is a model named 'vit_base_patch16_clip_224'.
However, when I look at this file, there are 8 variants, namely, ['vit_base_patch16_clip_224.laion2b_ft_in12k_in1k','vit_base_patch16_clip_224.openai_ft_in12k_in1k','vit_base_patch16_clip_224.laion2b_ft_in1k','vit_base_patch16_clip_224.openai_ft_in1k','vit_base_patch16_clip_224.laion2b_ft_in12k','vit_base_patch16_clip_224.openai_ft_in12k','vit_base_patch16_clip_224.laion2b','vit_base_patch16_clip_224.openai'].
Which one will I get?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm wondering how timm mapping mode name to model, especially for 'vit_base_patch16_clip_224'.
When I run model.list_models(), I found these is a model named 'vit_base_patch16_clip_224'.
However, when I look at this file, there are 8 variants, namely, ['vit_base_patch16_clip_224.laion2b_ft_in12k_in1k','vit_base_patch16_clip_224.openai_ft_in12k_in1k','vit_base_patch16_clip_224.laion2b_ft_in1k','vit_base_patch16_clip_224.openai_ft_in1k','vit_base_patch16_clip_224.laion2b_ft_in12k','vit_base_patch16_clip_224.openai_ft_in12k','vit_base_patch16_clip_224.laion2b','vit_base_patch16_clip_224.openai'].
Which one will I get?
Thansk!
Beta Was this translation helpful? Give feedback.
All reactions