Skip to content

Commit

Permalink
Update accuracy with batch-size 1 run
Browse files Browse the repository at this point in the history
  • Loading branch information
datumbox committed Mar 7, 2022
1 parent 2f07c68 commit 43657d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torchvision/prototype/models/mobilenetv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ class MobileNet_V2_Weights(WeightsEnum):
meta={
**_COMMON_META,
"recipe": "https://github.com/pytorch/vision/issues/3995#new-recipe-with-reg-tuning",
"acc@1": 72.144,
"acc@5": 90.818,
"acc@1": 72.154,
"acc@5": 90.822,
},
)
DEFAULT = IMAGENET1K_V2
Expand Down

0 comments on commit 43657d1

Please sign in to comment.