Skip to content

Commit beefef4

Browse files
committed
Correct meta info.
1 parent 0ce4670 commit beefef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchvision/prototype/models/quantization/inception.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ class QuantizedInceptionV3Weights(Weights):
3434
"quantization": "ptq",
3535
"recipe": "https://github.com/pytorch/vision/tree/main/references/classification#post-training-quantized-models",
3636
"unquantized": InceptionV3Weights.ImageNet1K_TFV1,
37-
"acc@1": 69.826,
38-
"acc@5": 89.404,
37+
"acc@1": 77.176,
38+
"acc@5": 93.354,
3939
},
4040
)
4141

0 commit comments

Comments
 (0)