@@ -661,6 +661,9 @@ def _cfgv2(url='', **kwargs):
661
661
url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rsb-weights/convnext_tiny_hnf_a2h-ab7e9df2.pth' ,
662
662
hf_hub_id = 'timm/' ,
663
663
crop_pct = 0.95 , test_input_size = (3 , 288 , 288 ), test_crop_pct = 1.0 ),
664
+ 'convnext_nano.r384_in12k_ft_in1k' : _cfg (
665
+ hf_hub_id = 'timm/' ,
666
+ input_size = (3 , 384 , 384 ), pool_size = (12 , 12 ), crop_pct = 1.0 ),
664
667
665
668
'convnext_tiny.in12k_ft_in1k_384' : _cfg (
666
669
hf_hub_id = 'timm/' ,
@@ -672,6 +675,12 @@ def _cfgv2(url='', **kwargs):
672
675
'convnext_nano.in12k' : _cfg (
673
676
hf_hub_id = 'timm/' ,
674
677
crop_pct = 0.95 , num_classes = 11821 ),
678
+ 'convnext_nano.r384_in12k' : _cfg (
679
+ hf_hub_id = 'timm/' ,
680
+ input_size = (3 , 384 , 384 ), pool_size = (12 , 12 ), crop_pct = 1.0 , num_classes = 11821 ),
681
+ 'convnext_nano.r384_ad_in12k' : _cfg (
682
+ hf_hub_id = 'timm/' ,
683
+ input_size = (3 , 384 , 384 ), pool_size = (12 , 12 ), crop_pct = 1.0 , num_classes = 11821 ),
675
684
'convnext_tiny.in12k' : _cfg (
676
685
hf_hub_id = 'timm/' ,
677
686
crop_pct = 0.95 , num_classes = 11821 ),
0 commit comments