Unverified Commit ebc4ca76 authored by Prabhat Roy's avatar Prabhat Roy Committed by GitHub
Browse files

Update wide_resnet101 accuracy values and path to improved model (#4964)

* Update wide_resnet101 accuracy values and path to improved model

* Fixed github link
parent 34c8b54f
...@@ -230,13 +230,13 @@ class WideResNet101_2Weights(Weights): ...@@ -230,13 +230,13 @@ class WideResNet101_2Weights(Weights):
}, },
) )
ImageNet1K_RefV2 = WeightEntry( ImageNet1K_RefV2 = WeightEntry(
url="https://download.pytorch.org/models/wide_resnet101_2-b8680a8c.pth", url="https://download.pytorch.org/models/wide_resnet101_2-d733dc28.pth",
transforms=partial(ImageNetEval, crop_size=224, resize_size=232), transforms=partial(ImageNetEval, crop_size=224, resize_size=232),
meta={ meta={
**_COMMON_META, **_COMMON_META,
"recipe": "https://github.com/pytorch/vision/issues/3995#new-recipe-with-fixres", "recipe": "https://github.com/pytorch/vision/issues/3995#new-recipe",
"acc@1": 82.492, "acc@1": 82.510,
"acc@5": 96.110, "acc@5": 96.020,
}, },
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment