File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
torchvision/prototype/models Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,16 +108,16 @@ class ResNet50_Weights(WeightsEnum):
108108 },
109109 )
110110 ImageNet1K_V2 = Weights (
111- url = "https://download.pytorch.org/models/resnet50-f46c3f97 .pth" ,
111+ url = "https://download.pytorch.org/models/resnet50-11ad3fa6 .pth" ,
112112 transforms = partial (ImageNetEval , crop_size = 224 , resize_size = 232 ),
113113 meta = {
114114 ** _COMMON_META ,
115115 "architecture" : "ResNet" ,
116116 "publication_year" : 2015 ,
117117 "num_params" : 25557032 ,
118- "recipe" : "https://github.com/pytorch/vision/issues/3995#new-recipe-with-fixres " ,
119- "acc@1" : 80.674 ,
120- "acc@5" : 95.166 ,
118+ "recipe" : "https://github.com/pytorch/vision/issues/3995#issuecomment-1013906621 " ,
119+ "acc@1" : 80.858 ,
120+ "acc@5" : 95.434 ,
121121 },
122122 )
123123 default = ImageNet1K_V2
You can’t perform that action at this time.
0 commit comments