We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3003dff commit 91260adCopy full SHA for 91260ad
torchvision/prototype/models/resnet.py
@@ -230,13 +230,13 @@ class WideResNet101_2Weights(Weights):
230
},
231
)
232
ImageNet1K_RefV2 = WeightEntry(
233
- url="https://download.pytorch.org/models/wide_resnet101_2-b8680a8c.pth",
+ url="https://download.pytorch.org/models/wide_resnet101_2-d733dc28.pth",
234
transforms=partial(ImageNetEval, crop_size=224, resize_size=232),
235
meta={
236
**_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,
+ "recipe": "https://github.com/pytorch/vision/issues/3995#new-recipe",
+ "acc@1": 82.510,
+ "acc@5": 96.020,
240
241
242
0 commit comments