@@ -999,28 +999,27 @@ def _cfg(url: str = '', **kwargs):
999999 'mobilenetv4_conv_small.e1200_r224_in1k' : _cfg (
10001000 hf_hub_id = 'timm/' ,
10011001 test_input_size = (3 , 256 , 256 ), test_crop_pct = 0.95 , interpolation = 'bicubic' ),
1002- 'mobilenetv4_conv_medium.e500_r224_in1k' : _cfg (
1003- hf_hub_id = 'timm/' ,
1004- crop_pct = 0.95 , test_input_size = (3 , 256 , 256 ), test_crop_pct = 1.0 , interpolation = 'bicubic' ),
10051002 'mobilenetv4_conv_medium.e500_r256_in1k' : _cfg (
10061003 hf_hub_id = 'timm/' ,
10071004 input_size = (3 , 256 , 256 ), pool_size = (8 , 8 ),
10081005 crop_pct = 0.95 , test_input_size = (3 , 320 , 320 ), test_crop_pct = 1.0 , interpolation = 'bicubic' ),
1009- 'mobilenetv4_conv_large.e500_r256_in1k' : _cfg (
1010- # hf_hub_id='timm/',
1011- file = 'mobilenetv4_conv_large-r256.pth' ,
1012- input_size = (3 , 256 , 256 ), pool_size = (8 , 8 ),
1013- crop_pct = 0.95 , test_input_size = (3 , 320 , 320 ), test_crop_pct = 1.0 , interpolation = 'bicubic' ),
1006+ 'mobilenetv4_conv_medium.e500_r224_in1k' : _cfg (
1007+ hf_hub_id = 'timm/' ,
1008+ crop_pct = 0.95 , test_input_size = (3 , 256 , 256 ), test_crop_pct = 1.0 , interpolation = 'bicubic' ),
10141009 'mobilenetv4_conv_large.r384' : _cfg (
10151010 # hf_hub_id='timm/',
10161011 input_size = (3 , 384 , 384 ), pool_size = (12 , 12 ), crop_pct = 0.95 , interpolation = 'bicubic' ),
1017-
1018- 'mobilenetv4_hybrid_medium.e500_r224_in1k' : _cfg (
1012+ 'mobilenetv4_conv_large.e500_r256_in1k' : _cfg (
10191013 hf_hub_id = 'timm/' ,
1020- crop_pct = 0.95 , test_input_size = (3 , 256 , 256 ), test_crop_pct = 1.0 , interpolation = 'bicubic' ),
1014+ input_size = (3 , 256 , 256 ), pool_size = (8 , 8 ),
1015+ crop_pct = 0.95 , test_input_size = (3 , 320 , 320 ), test_crop_pct = 1.0 , interpolation = 'bicubic' ),
1016+
10211017 'mobilenetv4_hybrid_medium.r256' : _cfg (
10221018 # hf_hub_id='timm/',
10231019 input_size = (3 , 256 , 256 ), pool_size = (8 , 8 ), crop_pct = 0.95 , interpolation = 'bicubic' ),
1020+ 'mobilenetv4_hybrid_medium.e500_r224_in1k' : _cfg (
1021+ hf_hub_id = 'timm/' ,
1022+ crop_pct = 0.95 , test_input_size = (3 , 256 , 256 ), test_crop_pct = 1.0 , interpolation = 'bicubic' ),
10241023 'mobilenetv4_hybrid_large.r256' : _cfg (
10251024 # hf_hub_id='timm/',
10261025 input_size = (3 , 256 , 256 ), pool_size = (8 , 8 ), crop_pct = 0.95 , interpolation = 'bicubic' ),
0 commit comments