@@ -916,6 +916,10 @@ def _cfg(url: str = '', **kwargs):
916
916
interpolation = 'bicubic' ,
917
917
url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/mobilenetv3_large_100_ra-f55367f5.pth' ,
918
918
hf_hub_id = 'timm/' ),
919
+ 'mobilenetv3_large_100.ra4_e3600_r224_in1k' : _cfg (
920
+ hf_hub_id = 'timm/' ,
921
+ interpolation = 'bicubic' , mean = IMAGENET_INCEPTION_MEAN , std = IMAGENET_INCEPTION_STD ,
922
+ crop_pct = 0.95 , test_input_size = (3 , 256 , 256 ), test_crop_pct = 1.0 ),
919
923
'mobilenetv3_large_100.miil_in21k_ft_in1k' : _cfg (
920
924
interpolation = 'bilinear' , mean = (0. , 0. , 0. ), std = (1. , 1. , 1. ),
921
925
origin_url = 'https://github.com/Alibaba-MIIL/ImageNet21K' ,
@@ -928,9 +932,10 @@ def _cfg(url: str = '', **kwargs):
928
932
origin_url = 'https://github.com/Alibaba-MIIL/ImageNet21K' ,
929
933
paper_ids = 'arXiv:2104.10972v4' ,
930
934
interpolation = 'bilinear' , mean = (0. , 0. , 0. ), std = (1. , 1. , 1. ), num_classes = 11221 ),
931
- 'mobilenetv3_large_150d.untrained' : _cfg (
932
- #hf_hub_id='timm/',
933
- ),
935
+ 'mobilenetv3_large_150d.ra4_e3600_r256_in1k' : _cfg (
936
+ hf_hub_id = 'timm/' ,
937
+ mean = IMAGENET_INCEPTION_MEAN , std = IMAGENET_INCEPTION_STD ,
938
+ input_size = (3 , 256 , 256 ), crop_pct = 0.95 , pool_size = (8 , 8 ), test_input_size = (3 , 320 , 320 ), test_crop_pct = 1.0 ),
934
939
935
940
'mobilenetv3_small_050.lamb_in1k' : _cfg (
936
941
url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/mobilenetv3_small_050_lambc-4b7bbe87.pth' ,
0 commit comments