File tree 1 file changed +4
-4
lines changed
torchvision/prototype/models
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):
108
108
},
109
109
)
110
110
ImageNet1K_V2 = Weights (
111
- url = "https://download.pytorch.org/models/resnet50-f46c3f97 .pth" ,
111
+ url = "https://download.pytorch.org/models/resnet50-11ad3fa6 .pth" ,
112
112
transforms = partial (ImageNetEval , crop_size = 224 , resize_size = 232 ),
113
113
meta = {
114
114
** _COMMON_META ,
115
115
"architecture" : "ResNet" ,
116
116
"publication_year" : 2015 ,
117
117
"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 ,
121
121
},
122
122
)
123
123
default = ImageNet1K_V2
You can’t perform that action at this time.
0 commit comments