@@ -855,15 +855,15 @@ def _gcfg(url='', **kwargs):
855
855
# torchvision resnet weights
856
856
'resnet18.tv_in1k' : _cfg (
857
857
hf_hub_id = 'timm/' ,
858
- url = 'https://download.pytorch.org/models/resnet18-5c106cde .pth' ,
858
+ url = 'https://download.pytorch.org/models/resnet18-f37072fd .pth' ,
859
859
license = 'bsd-3-clause' , origin_url = 'https://github.com/pytorch/vision' ),
860
860
'resnet34.tv_in1k' : _cfg (
861
861
hf_hub_id = 'timm/' ,
862
- url = 'https://download.pytorch.org/models/resnet34-333f7ec4 .pth' ,
862
+ url = 'https://download.pytorch.org/models/resnet34-b627a593 .pth' ,
863
863
license = 'bsd-3-clause' , origin_url = 'https://github.com/pytorch/vision' ),
864
864
'resnet50.tv_in1k' : _cfg (
865
865
hf_hub_id = 'timm/' ,
866
- url = 'https://download.pytorch.org/models/resnet50-19c8e357 .pth' ,
866
+ url = 'https://download.pytorch.org/models/resnet50-0676ba61 .pth' ,
867
867
license = 'bsd-3-clause' , origin_url = 'https://github.com/pytorch/vision' ),
868
868
'resnet50.tv2_in1k' : _cfg (
869
869
hf_hub_id = 'timm/' ,
@@ -872,7 +872,7 @@ def _gcfg(url='', **kwargs):
872
872
license = 'bsd-3-clause' , origin_url = 'https://github.com/pytorch/vision' ),
873
873
'resnet101.tv_in1k' : _cfg (
874
874
hf_hub_id = 'timm/' ,
875
- url = 'https://download.pytorch.org/models/resnet101-5d3b4d8f .pth' ,
875
+ url = 'https://download.pytorch.org/models/resnet101-63fe2227 .pth' ,
876
876
license = 'bsd-3-clause' , origin_url = 'https://github.com/pytorch/vision' ),
877
877
'resnet101.tv2_in1k' : _cfg (
878
878
hf_hub_id = 'timm/' ,
@@ -881,7 +881,7 @@ def _gcfg(url='', **kwargs):
881
881
license = 'bsd-3-clause' , origin_url = 'https://github.com/pytorch/vision' ),
882
882
'resnet152.tv_in1k' : _cfg (
883
883
hf_hub_id = 'timm/' ,
884
- url = 'https://download.pytorch.org/models/resnet152-b121ed2d .pth' ,
884
+ url = 'https://download.pytorch.org/models/resnet152-394f9c45 .pth' ,
885
885
license = 'bsd-3-clause' , origin_url = 'https://github.com/pytorch/vision' ),
886
886
'resnet152.tv2_in1k' : _cfg (
887
887
hf_hub_id = 'timm/' ,
0 commit comments