@@ -696,14 +696,20 @@ def _cfg(url='', **kwargs):
696
696
hf_hub_id = 'timm/' ,
697
697
num_classes = 21843 , custom_load = True ),
698
698
699
- 'resnetv2_18.untrained' : _cfg (
700
- interpolation = 'bicubic' , crop_pct = 0.95 ),
701
- 'resnetv2_18d.untrained' : _cfg (
702
- interpolation = 'bicubic' , crop_pct = 0.95 , first_conv = 'stem.conv1' ),
703
- 'resnetv2_34.untrained' : _cfg (
704
- interpolation = 'bicubic' , crop_pct = 0.95 ),
705
- 'resnetv2_34d.untrained' : _cfg (
706
- interpolation = 'bicubic' , crop_pct = 0.95 , first_conv = 'stem.conv1' ),
699
+ 'resnetv2_18.ra4_e3600_r224_in1k' : _cfg (
700
+ hf_hub_id = 'timm/' ,
701
+ interpolation = 'bicubic' , crop_pct = 0.9 , test_input_size = (3 , 288 , 288 ), test_crop_pct = 1.0 ),
702
+ 'resnetv2_18d.ra4_e3600_r224_in1k' : _cfg (
703
+ hf_hub_id = 'timm/' ,
704
+ interpolation = 'bicubic' , crop_pct = 0.9 , test_input_size = (3 , 288 , 288 ), test_crop_pct = 1.0 ,
705
+ first_conv = 'stem.conv1' ),
706
+ 'resnetv2_34.ra4_e3600_r224_in1k' : _cfg (
707
+ hf_hub_id = 'timm/' ,
708
+ interpolation = 'bicubic' , crop_pct = 0.9 , test_input_size = (3 , 288 , 288 ), test_crop_pct = 1.0 ),
709
+ 'resnetv2_34d.ra4_e3600_r224_in1k' : _cfg (
710
+ hf_hub_id = 'timm/' ,
711
+ interpolation = 'bicubic' , crop_pct = 0.9 , test_input_size = (3 , 288 , 288 ), test_crop_pct = 1.0 ,
712
+ first_conv = 'stem.conv1' ),
707
713
'resnetv2_50.a1h_in1k' : _cfg (
708
714
hf_hub_id = 'timm/' ,
709
715
interpolation = 'bicubic' , crop_pct = 0.95 , test_input_size = (3 , 288 , 288 ), test_crop_pct = 1.0 ),
0 commit comments