Skip to content

Commit

Permalink
[PT] update metrics for openvino 2024.5.0 (#3084)
Browse files Browse the repository at this point in the history
### Changes

Update metrics for openvino 2024.5.0

(cherry picked from commit d637ce7)
  • Loading branch information
AlexanderDokuchaev authored and KodiaqQ committed Nov 21, 2024
1 parent 472331c commit c67db2e
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 c67db2e

Please sign in to comment.