Skip to content

Commit 30ec7ec

Browse files
committed
Updating the URLs to indicate the recipe config.
1 parent 9b76777 commit 30ec7ec

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

torchvision/prototype/models/mobilenetv3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class MobileNetV3LargeWeights(Weights):
6060
transforms=partial(ImageNetEval, crop_size=224, resize_size=232),
6161
meta={
6262
**_COMMON_META,
63-
"recipe": "https://github.com/pytorch/vision/issues/3995",
63+
"recipe": "https://github.com/pytorch/vision/issues/3995#new-recipe-with-reg-tuning",
6464
"acc@1": 75.274,
6565
"acc@5": 92.566,
6666
},

torchvision/prototype/models/resnet.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class ResNet50Weights(Weights):
9696
transforms=partial(ImageNetEval, crop_size=224, resize_size=232),
9797
meta={
9898
**_COMMON_META,
99-
"recipe": "https://github.com/pytorch/vision/issues/3995",
99+
"recipe": "https://github.com/pytorch/vision/issues/3995#new-recipe-with-fixres",
100100
"acc@1": 80.674,
101101
"acc@5": 95.166,
102102
},
@@ -119,7 +119,7 @@ class ResNet101Weights(Weights):
119119
transforms=partial(ImageNetEval, crop_size=224, resize_size=232),
120120
meta={
121121
**_COMMON_META,
122-
"recipe": "https://github.com/pytorch/vision/issues/3995",
122+
"recipe": "https://github.com/pytorch/vision/issues/3995#new-recipe",
123123
"acc@1": 81.886,
124124
"acc@5": 95.780,
125125
},
@@ -142,7 +142,7 @@ class ResNet152Weights(Weights):
142142
transforms=partial(ImageNetEval, crop_size=224, resize_size=232),
143143
meta={
144144
**_COMMON_META,
145-
"recipe": "https://github.com/pytorch/vision/issues/3995",
145+
"recipe": "https://github.com/pytorch/vision/issues/3995#new-recipe",
146146
"acc@1": 82.284,
147147
"acc@5": 96.002,
148148
},
@@ -165,7 +165,7 @@ class ResNeXt50_32x4dWeights(Weights):
165165
transforms=partial(ImageNetEval, crop_size=224, resize_size=232),
166166
meta={
167167
**_COMMON_META,
168-
"recipe": "https://github.com/pytorch/vision/issues/3995",
168+
"recipe": "https://github.com/pytorch/vision/issues/3995#new-recipe",
169169
"acc@1": 81.198,
170170
"acc@5": 95.340,
171171
},
@@ -188,7 +188,7 @@ class ResNeXt101_32x8dWeights(Weights):
188188
transforms=partial(ImageNetEval, crop_size=224, resize_size=232),
189189
meta={
190190
**_COMMON_META,
191-
"recipe": "https://github.com/pytorch/vision/issues/3995",
191+
"recipe": "https://github.com/pytorch/vision/issues/3995#new-recipe-with-fixres",
192192
"acc@1": 82.834,
193193
"acc@5": 96.228,
194194
},
@@ -211,7 +211,7 @@ class WideResNet50_2Weights(Weights):
211211
transforms=partial(ImageNetEval, crop_size=224, resize_size=232),
212212
meta={
213213
**_COMMON_META,
214-
"recipe": "https://github.com/pytorch/vision/issues/3995",
214+
"recipe": "https://github.com/pytorch/vision/issues/3995#new-recipe-with-fixres",
215215
"acc@1": 81.602,
216216
"acc@5": 95.758,
217217
},
@@ -234,7 +234,7 @@ class WideResNet101_2Weights(Weights):
234234
transforms=partial(ImageNetEval, crop_size=224, resize_size=232),
235235
meta={
236236
**_COMMON_META,
237-
"recipe": "https://github.com/pytorch/vision/issues/3995",
237+
"recipe": "https://github.com/pytorch/vision/issues/3995#new-recipe-with-fixres",
238238
"acc@1": 82.492,
239239
"acc@5": 96.110,
240240
},

0 commit comments

Comments
 (0)