Skip to content

Commit

Permalink
[PT] update metrics for openvino 2024.5.0 (#3084) (#3104)
Browse files Browse the repository at this point in the history
(cherry picked from commit d637ce7)

Co-authored-by: Alexander Dokuchaev <[email protected]>
  • Loading branch information
KodiaqQ and AlexanderDokuchaev authored Nov 22, 2024
1 parent dc9f5cb commit e2ecc48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/torch/sota_checkpoints_eval.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"mobilenet_v2_imagenet_int8": {
"config": "examples/torch/classification/configs/quantization/mobilenet_v2_imagenet_int8.json",
"reference": "mobilenet_v2_imagenet",
"target_ov": 71.07,
"target_ov": 71.18,
"target_pt": 71.3,
"metric_type": "Acc@1",
"resume": "mobilenet_v2_imagenet_int8.pth",
Expand All @@ -138,7 +138,7 @@
"mobilenet_v2_imagenet_int8_per_tensor": {
"config": "examples/torch/classification/configs/quantization/mobilenet_v2_imagenet_int8_per_tensor.json",
"reference": "mobilenet_v2_imagenet",
"target_ov": 71.23,
"target_ov": 71.25,
"target_pt": 71.28,
"metric_type": "Acc@1",
"resume": "mobilenet_v2_imagenet_int8_per_tensor.pth",
Expand Down Expand Up @@ -187,7 +187,7 @@
"mobilenet_v3_small_imagenet_int8": {
"config": "examples/torch/classification/configs/quantization/mobilenet_v3_small_imagenet_int8.json",
"reference": "mobilenet_v3_small_imagenet",
"target_ov": 66.9,
"target_ov": 66.86,
"target_pt": 66.87,
"metric_type": "Acc@1",
"resume": "mobilenet_v3_small_imagenet_int8.pth",
Expand Down

0 comments on commit e2ecc48

Please sign in to comment.