Skip to content

Commit f027050

Browse files
authored
Update the ResNet50 weights URL.
1 parent 6e4bbdb commit f027050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/prototype/models/resnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ 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,

0 commit comments

Comments
 (0)