Skip to content

Commit

Permalink
Fix metric pt_e2e (#3046)
Browse files Browse the repository at this point in the history
### Changes

Correct metric after migrate to numpy2

### Reason for changes

After migrate tests to numpy2 final metric changed on 0.02
  • Loading branch information
AlexanderDokuchaev authored Oct 30, 2024
1 parent b280eb7 commit 7576aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/torch/sota_checkpoints_eval.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"squeezenet1_1_imagenet_int8": {
"config": "examples/torch/classification/configs/quantization/squeezenet1_1_imagenet_int8.json",
"reference": "squeezenet1_1_imagenet",
"target_ov": 58.2,
"target_ov": 58.17,
"target_pt": 58.28,
"metric_type": "Acc@1",
"resume": "squeezenet1_1_imagenet_int8.pth",
Expand Down

0 comments on commit 7576aef

Please sign in to comment.