@@ -1173,37 +1173,37 @@ def _cfgtv2(url: str = '', **kwargs) -> Dict[str, Any]:
11731173
11741174 'regnety_320.seer_ft_in1k' : _cfgtv2 (
11751175 hf_hub_id = 'timm/' ,
1176- license = 'other ' , origin_url = 'https://github.com/facebookresearch/vissl' ,
1176+ license = 'seer-license ' , origin_url = 'https://github.com/facebookresearch/vissl' ,
11771177 url = 'https://dl.fbaipublicfiles.com/vissl/model_zoo/seer_finetuned/seer_regnet32_finetuned_in1k_model_final_checkpoint_phase78.torch' ,
11781178 input_size = (3 , 384 , 384 ), pool_size = (12 , 12 ), crop_pct = 1.0 ),
11791179 'regnety_640.seer_ft_in1k' : _cfgtv2 (
11801180 hf_hub_id = 'timm/' ,
1181- license = 'other ' , origin_url = 'https://github.com/facebookresearch/vissl' ,
1181+ license = 'seer-license ' , origin_url = 'https://github.com/facebookresearch/vissl' ,
11821182 url = 'https://dl.fbaipublicfiles.com/vissl/model_zoo/seer_finetuned/seer_regnet64_finetuned_in1k_model_final_checkpoint_phase78.torch' ,
11831183 input_size = (3 , 384 , 384 ), pool_size = (12 , 12 ), crop_pct = 1.0 ),
11841184 'regnety_1280.seer_ft_in1k' : _cfgtv2 (
11851185 hf_hub_id = 'timm/' ,
1186- license = 'other ' , origin_url = 'https://github.com/facebookresearch/vissl' ,
1186+ license = 'seer-license ' , origin_url = 'https://github.com/facebookresearch/vissl' ,
11871187 url = 'https://dl.fbaipublicfiles.com/vissl/model_zoo/seer_finetuned/seer_regnet128_finetuned_in1k_model_final_checkpoint_phase78.torch' ,
11881188 input_size = (3 , 384 , 384 ), pool_size = (12 , 12 ), crop_pct = 1.0 ),
11891189 'regnety_2560.seer_ft_in1k' : _cfgtv2 (
11901190 hf_hub_id = 'timm/' ,
1191- license = 'other ' , origin_url = 'https://github.com/facebookresearch/vissl' ,
1191+ license = 'seer-license ' , origin_url = 'https://github.com/facebookresearch/vissl' ,
11921192 url = 'https://dl.fbaipublicfiles.com/vissl/model_zoo/seer_finetuned/seer_regnet256_finetuned_in1k_model_final_checkpoint_phase38.torch' ,
11931193 input_size = (3 , 384 , 384 ), pool_size = (12 , 12 ), crop_pct = 1.0 ),
11941194
11951195 'regnety_320.seer' : _cfgtv2 (
11961196 hf_hub_id = 'timm/' ,
11971197 url = 'https://dl.fbaipublicfiles.com/vissl/model_zoo/seer_regnet32d/seer_regnet32gf_model_iteration244000.torch' ,
1198- num_classes = 0 , license = 'other ' , origin_url = 'https://github.com/facebookresearch/vissl' ),
1198+ num_classes = 0 , license = 'seer-license ' , origin_url = 'https://github.com/facebookresearch/vissl' ),
11991199 'regnety_640.seer' : _cfgtv2 (
12001200 hf_hub_id = 'timm/' ,
12011201 url = 'https://dl.fbaipublicfiles.com/vissl/model_zoo/seer_regnet64/seer_regnet64gf_model_final_checkpoint_phase0.torch' ,
1202- num_classes = 0 , license = 'other ' , origin_url = 'https://github.com/facebookresearch/vissl' ),
1202+ num_classes = 0 , license = 'seer-license ' , origin_url = 'https://github.com/facebookresearch/vissl' ),
12031203 'regnety_1280.seer' : _cfgtv2 (
12041204 hf_hub_id = 'timm/' ,
12051205 url = 'https://dl.fbaipublicfiles.com/vissl/model_zoo/swav_ig1b_regnet128Gf_cnstant_bs32_node16_sinkhorn10_proto16k_syncBN64_warmup8k/model_final_checkpoint_phase0.torch' ,
1206- num_classes = 0 , license = 'other ' , origin_url = 'https://github.com/facebookresearch/vissl' ),
1206+ num_classes = 0 , license = 'seer-license ' , origin_url = 'https://github.com/facebookresearch/vissl' ),
12071207 # FIXME invalid weight <-> model match, mistake on their end
12081208 #'regnety_2560.seer': _cfgtv2(
12091209 # url='https://dl.fbaipublicfiles.com/vissl/model_zoo/swav_ig1b_cosine_rg256gf_noBNhead_wd1e5_fairstore_bs16_node64_sinkhorn10_proto16k_apex_syncBN64_warmup8k/model_final_checkpoint_phase0.torch',
@@ -1464,4 +1464,4 @@ def regnetz_040_h(pretrained: bool = False, **kwargs) -> RegNet:
14641464
14651465register_model_deprecations (__name__ , {
14661466 'regnetz_040h' : 'regnetz_040_h' ,
1467- })
1467+ })
0 commit comments