Skip to content

Commit 0d33127

Browse files
committed
Add 384x384 convnext_large_mlp laion2b fine-tune on in1k
1 parent 88a5b84 commit 0d33127

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

timm/models/convnext.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,11 @@ def _cfgv2(url='', **kwargs):
735735
mean=OPENAI_CLIP_MEAN, std=OPENAI_CLIP_STD,
736736
input_size=(3, 256, 256), pool_size=(8, 8), crop_pct=1.0
737737
),
738+
'convnext_large_mlp.clip_laion2b_augreg_ft_in1k_384': _cfg(
739+
hf_hub_id='timm/',
740+
mean=OPENAI_CLIP_MEAN, std=OPENAI_CLIP_STD,
741+
input_size=(3, 384, 384), pool_size=(12, 12), crop_pct=1.0, crop_mode='squash'
742+
),
738743

739744

740745
# CLIP based weights, original image tower weights and fine-tunes

0 commit comments

Comments
 (0)