Skip to content

Commit

Permalink
Fix test examples qat resnet18 (#2566)
Browse files Browse the repository at this point in the history
### Changes

- Fix requirements.txt to actual version
- Set int8_top reference to mean from 10 runs ( min: 56.527 max: 56.913)
= 56.7721


### Reason for changes

Failed nightly test
  • Loading branch information
AlexanderDokuchaev authored Mar 11, 2024
1 parent cd4f4f2 commit 9762b48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastdownload==0.0.7
openvino-dev==2023.3
torch==2.2.0
torchvision==0.17.0
openvino-dev==2024.0.0
torch==2.2.1
torchvision==0.17.1
4 changes: 2 additions & 2 deletions tests/cross_fw/examples/example_scope.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"accuracy_metrics": {
"fp32_top1": 55.52000045776367,
"int8_init_top1": 55.279998779296875,
"int8_top1": 56.869998931884766,
"int8_top1": 56.7721,
"accuracy_drop": -1.3499984741210938
},
"performance_metrics": {
Expand Down Expand Up @@ -209,4 +209,4 @@
"group_size": 64
}
}
}
}

0 comments on commit 9762b48

Please sign in to comment.