@@ -855,15 +855,15 @@ def _gcfg(url='', **kwargs):
855855 # torchvision resnet weights
856856 'resnet18.tv_in1k' : _cfg (
857857 hf_hub_id = 'timm/' ,
858- url = 'https://download.pytorch.org/models/resnet18-5c106cde .pth' ,
858+ url = 'https://download.pytorch.org/models/resnet18-f37072fd .pth' ,
859859 license = 'bsd-3-clause' , origin_url = 'https://github.com/pytorch/vision' ),
860860 'resnet34.tv_in1k' : _cfg (
861861 hf_hub_id = 'timm/' ,
862- url = 'https://download.pytorch.org/models/resnet34-333f7ec4 .pth' ,
862+ url = 'https://download.pytorch.org/models/resnet34-b627a593 .pth' ,
863863 license = 'bsd-3-clause' , origin_url = 'https://github.com/pytorch/vision' ),
864864 'resnet50.tv_in1k' : _cfg (
865865 hf_hub_id = 'timm/' ,
866- url = 'https://download.pytorch.org/models/resnet50-19c8e357 .pth' ,
866+ url = 'https://download.pytorch.org/models/resnet50-0676ba61 .pth' ,
867867 license = 'bsd-3-clause' , origin_url = 'https://github.com/pytorch/vision' ),
868868 'resnet50.tv2_in1k' : _cfg (
869869 hf_hub_id = 'timm/' ,
@@ -872,7 +872,7 @@ def _gcfg(url='', **kwargs):
872872 license = 'bsd-3-clause' , origin_url = 'https://github.com/pytorch/vision' ),
873873 'resnet101.tv_in1k' : _cfg (
874874 hf_hub_id = 'timm/' ,
875- url = 'https://download.pytorch.org/models/resnet101-5d3b4d8f .pth' ,
875+ url = 'https://download.pytorch.org/models/resnet101-63fe2227 .pth' ,
876876 license = 'bsd-3-clause' , origin_url = 'https://github.com/pytorch/vision' ),
877877 'resnet101.tv2_in1k' : _cfg (
878878 hf_hub_id = 'timm/' ,
@@ -881,7 +881,7 @@ def _gcfg(url='', **kwargs):
881881 license = 'bsd-3-clause' , origin_url = 'https://github.com/pytorch/vision' ),
882882 'resnet152.tv_in1k' : _cfg (
883883 hf_hub_id = 'timm/' ,
884- url = 'https://download.pytorch.org/models/resnet152-b121ed2d .pth' ,
884+ url = 'https://download.pytorch.org/models/resnet152-394f9c45 .pth' ,
885885 license = 'bsd-3-clause' , origin_url = 'https://github.com/pytorch/vision' ),
886886 'resnet152.tv2_in1k' : _cfg (
887887 hf_hub_id = 'timm/' ,
0 commit comments