Skip to content

Commit 900d2b5

Browse files
committed
add mnv4 conv_medium in12k -> in1k ft
1 parent 6bcbdbf commit 900d2b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

timm/models/mobilenetv3.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,10 @@ def _cfg(url: str = '', **kwargs):
10321032
hf_hub_id='timm/',
10331033
crop_pct=0.95, test_input_size=(3, 256, 256), test_crop_pct=1.0, interpolation='bicubic'),
10341034

1035+
'mobilenetv4_conv_medium.e250_r384_in12k_ft_in1k': _cfg(
1036+
hf_hub_id='timm/',
1037+
input_size=(3, 384, 384), pool_size=(12, 12),
1038+
crop_pct=0.95, interpolation='bicubic'),
10351039
'mobilenetv4_conv_medium.e180_r384_in12k': _cfg(
10361040
hf_hub_id='timm/',
10371041
num_classes=11821,

0 commit comments

Comments
 (0)