-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Changes Use mo.convert_model instead of converting via onnx in tests. - Update __version__ to 2.6.0, mo.convert_model contains check `nncf.__version__ >= 2.6.0` - Add dump fp32 models - Disable POT backend for `inception_resnet_v2, levit_128, vgg11` in test_quantize_conformance.py (120012) - Update metrics of test_quantize_conformance.py | Model | 2023.0.1 | 2023.1.0 | Diff | |-----------------------------------------------------|------------|------------|---------| | timm/efficientnet_b0_backend_OLD_TORCH | 0.74976 | 0.75538 | 0.0056 | | timm/efficientnet_b0_BC_backend_POT | 0.76878 | 0.76872 | -0.0001 | | timm/levit_128_backend_ONNX | 0.73082 | 0.73184 | 0.0010 | | timm/mobilenetv2_050_backend_POT | 0.64234 | 0.64362 | 0.0013 | | timm/mobilenetv2_050_BC_backend_POT | 0.64376 | 0.6431 | -0.0007 | | timm/mobilenetv3_small_050_backend_POT | 0.27062 | 0.54104 | 0.2704 | | timm/swin_base_patch4_window7_224_backend_OLD_TORCH | 0.79586 | 0.81376 | 0.0179 | | timm/swin_base_patch4_window7_224_backend_TORCH | 0.78026 | 0.80696 | 0.0267 | ### Reason for changes New api in openvino to convert PT models ### Related tickets 117885
- Loading branch information
1 parent
9c671f0
commit 50feea4
Showing
10 changed files
with
93 additions
and
94 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.