Skip to content

Commit 575978b

Browse files
committed
Add mnv4_conv_large 384x384 weight location
1 parent 832d361 commit 575978b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

timm/models/mobilenetv3.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,9 +1006,10 @@ def _cfg(url: str = '', **kwargs):
10061006
'mobilenetv4_conv_medium.e500_r224_in1k': _cfg(
10071007
hf_hub_id='timm/',
10081008
crop_pct=0.95, test_input_size=(3, 256, 256), test_crop_pct=1.0, interpolation='bicubic'),
1009-
'mobilenetv4_conv_large.r384': _cfg(
1010-
# hf_hub_id='timm/',
1011-
input_size=(3, 384, 384), pool_size=(12, 12), crop_pct=0.95, interpolation='bicubic'),
1009+
'mobilenetv4_conv_large.e600_r384_in1k': _cfg(
1010+
hf_hub_id='timm/',
1011+
input_size=(3, 384, 384), pool_size=(12, 12),
1012+
crop_pct=0.95, test_input_size=(3, 448, 448), test_crop_pct=1.0, interpolation='bicubic'),
10121013
'mobilenetv4_conv_large.e500_r256_in1k': _cfg(
10131014
hf_hub_id='timm/',
10141015
input_size=(3, 256, 256), pool_size=(8, 8),

0 commit comments

Comments
 (0)