@@ -1195,37 +1195,37 @@ def _cfgtv2(url: str = '', **kwargs) -> Dict[str, Any]:
11951195
11961196 'regnety_320.seer_ft_in1k' : _cfgtv2 (
11971197 hf_hub_id = 'timm/' ,
1198- license = 'other ' , origin_url = 'https://github.com/facebookresearch/vissl' ,
1198+ license = 'seer-license ' , origin_url = 'https://github.com/facebookresearch/vissl' ,
11991199 url = 'https://dl.fbaipublicfiles.com/vissl/model_zoo/seer_finetuned/seer_regnet32_finetuned_in1k_model_final_checkpoint_phase78.torch' ,
12001200 input_size = (3 , 384 , 384 ), pool_size = (12 , 12 ), crop_pct = 1.0 ),
12011201 'regnety_640.seer_ft_in1k' : _cfgtv2 (
12021202 hf_hub_id = 'timm/' ,
1203- license = 'other ' , origin_url = 'https://github.com/facebookresearch/vissl' ,
1203+ license = 'seer-license ' , origin_url = 'https://github.com/facebookresearch/vissl' ,
12041204 url = 'https://dl.fbaipublicfiles.com/vissl/model_zoo/seer_finetuned/seer_regnet64_finetuned_in1k_model_final_checkpoint_phase78.torch' ,
12051205 input_size = (3 , 384 , 384 ), pool_size = (12 , 12 ), crop_pct = 1.0 ),
12061206 'regnety_1280.seer_ft_in1k' : _cfgtv2 (
12071207 hf_hub_id = 'timm/' ,
1208- license = 'other ' , origin_url = 'https://github.com/facebookresearch/vissl' ,
1208+ license = 'seer-license ' , origin_url = 'https://github.com/facebookresearch/vissl' ,
12091209 url = 'https://dl.fbaipublicfiles.com/vissl/model_zoo/seer_finetuned/seer_regnet128_finetuned_in1k_model_final_checkpoint_phase78.torch' ,
12101210 input_size = (3 , 384 , 384 ), pool_size = (12 , 12 ), crop_pct = 1.0 ),
12111211 'regnety_2560.seer_ft_in1k' : _cfgtv2 (
12121212 hf_hub_id = 'timm/' ,
1213- license = 'other ' , origin_url = 'https://github.com/facebookresearch/vissl' ,
1213+ license = 'seer-license ' , origin_url = 'https://github.com/facebookresearch/vissl' ,
12141214 url = 'https://dl.fbaipublicfiles.com/vissl/model_zoo/seer_finetuned/seer_regnet256_finetuned_in1k_model_final_checkpoint_phase38.torch' ,
12151215 input_size = (3 , 384 , 384 ), pool_size = (12 , 12 ), crop_pct = 1.0 ),
12161216
12171217 'regnety_320.seer' : _cfgtv2 (
12181218 hf_hub_id = 'timm/' ,
12191219 url = 'https://dl.fbaipublicfiles.com/vissl/model_zoo/seer_regnet32d/seer_regnet32gf_model_iteration244000.torch' ,
1220- num_classes = 0 , license = 'other ' , origin_url = 'https://github.com/facebookresearch/vissl' ),
1220+ num_classes = 0 , license = 'seer-license ' , origin_url = 'https://github.com/facebookresearch/vissl' ),
12211221 'regnety_640.seer' : _cfgtv2 (
12221222 hf_hub_id = 'timm/' ,
12231223 url = 'https://dl.fbaipublicfiles.com/vissl/model_zoo/seer_regnet64/seer_regnet64gf_model_final_checkpoint_phase0.torch' ,
1224- num_classes = 0 , license = 'other ' , origin_url = 'https://github.com/facebookresearch/vissl' ),
1224+ num_classes = 0 , license = 'seer-license ' , origin_url = 'https://github.com/facebookresearch/vissl' ),
12251225 'regnety_1280.seer' : _cfgtv2 (
12261226 hf_hub_id = 'timm/' ,
12271227 url = 'https://dl.fbaipublicfiles.com/vissl/model_zoo/swav_ig1b_regnet128Gf_cnstant_bs32_node16_sinkhorn10_proto16k_syncBN64_warmup8k/model_final_checkpoint_phase0.torch' ,
1228- num_classes = 0 , license = 'other ' , origin_url = 'https://github.com/facebookresearch/vissl' ),
1228+ num_classes = 0 , license = 'seer-license ' , origin_url = 'https://github.com/facebookresearch/vissl' ),
12291229 # FIXME invalid weight <-> model match, mistake on their end
12301230 #'regnety_2560.seer': _cfgtv2(
12311231 # 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',
@@ -1486,4 +1486,4 @@ def regnetz_040_h(pretrained: bool = False, **kwargs) -> RegNet:
14861486
14871487register_model_deprecations (__name__ , {
14881488 'regnetz_040h' : 'regnetz_040_h' ,
1489- })
1489+ })
0 commit comments