We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b45c9 commit 4d9c3aeCopy full SHA for 4d9c3ae
timm/models/convnext.py
@@ -773,6 +773,16 @@ def _cfgv2(url='', **kwargs):
773
hf_hub_filename='open_clip_pytorch_model.bin',
774
mean=OPENAI_CLIP_MEAN, std=OPENAI_CLIP_STD,
775
input_size=(3, 256, 256), pool_size=(8, 8), crop_pct=1.0, num_classes=768),
776
+ 'convnext_large_mlp.clip_laion2b_ft_320': _cfg(
777
+ hf_hub_id='laion/CLIP-convnext_large_d_320.laion2B-s29B-b131K-ft',
778
+ hf_hub_filename='open_clip_pytorch_model.bin',
779
+ mean=OPENAI_CLIP_MEAN, std=OPENAI_CLIP_STD,
780
+ input_size=(3, 320, 320), pool_size=(10, 10), crop_pct=1.0, num_classes=768),
781
+ 'convnext_large_mlp.clip_laion2b_ft_soup_320': _cfg(
782
+ hf_hub_id='laion/CLIP-convnext_large_d_320.laion2B-s29B-b131K-ft-soup',
783
784
785
786
})
787
788
0 commit comments