Skip to content

Commit ebc4ca7

Browse files
authored
Update wide_resnet101 accuracy values and path to improved model (#4964)
* Update wide_resnet101 accuracy values and path to improved model * Fixed github link
1 parent 34c8b54 commit ebc4ca7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

torchvision/prototype/models/resnet.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,13 @@ class WideResNet101_2Weights(Weights):
230230
},
231231
)
232232
ImageNet1K_RefV2 = WeightEntry(
233-
url="https://download.pytorch.org/models/wide_resnet101_2-b8680a8c.pth",
233+
url="https://download.pytorch.org/models/wide_resnet101_2-d733dc28.pth",
234234
transforms=partial(ImageNetEval, crop_size=224, resize_size=232),
235235
meta={
236236
**_COMMON_META,
237-
"recipe": "https://github.com/pytorch/vision/issues/3995#new-recipe-with-fixres",
238-
"acc@1": 82.492,
239-
"acc@5": 96.110,
237+
"recipe": "https://github.com/pytorch/vision/issues/3995#new-recipe",
238+
"acc@1": 82.510,
239+
"acc@5": 96.020,
240240
},
241241
)
242242

0 commit comments

Comments
 (0)