-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test examples qat resnet18 (#2566)
### 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
1 parent
cd4f4f2
commit 9762b48
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
examples/quantization_aware_training/torch/resnet18/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters