Skip to content

Commit 43657d1

Browse files
committed
Update accuracy with batch-size 1 run
1 parent 2f07c68 commit 43657d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchvision/prototype/models/mobilenetv2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ class MobileNet_V2_Weights(WeightsEnum):
4242
meta={
4343
**_COMMON_META,
4444
"recipe": "https://github.com/pytorch/vision/issues/3995#new-recipe-with-reg-tuning",
45-
"acc@1": 72.144,
46-
"acc@5": 90.818,
45+
"acc@1": 72.154,
46+
"acc@5": 90.822,
4747
},
4848
)
4949
DEFAULT = IMAGENET1K_V2

0 commit comments

Comments
 (0)