Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OV 2023.1.0 #2037

Merged
merged 16 commits into from
Aug 18, 2023
Merged

Conversation

AlexanderDokuchaev
Copy link
Collaborator

@AlexanderDokuchaev AlexanderDokuchaev commented Aug 9, 2023

Changes

Update nncf to use openvino==2023.1.0

  • Deprecated message for VPU device
  • Update reference files for mobilenetv3 and yolo-v4
  • Add --compress_to_fp16=False for the conversion function, since fp16 has become the default
  • Remove TargetDevice.VPU for pot in tests
  • Update threshold from 0.15 to 0.152 for 'test_ngraph_pruning', because size of not pruned model was changed.

Related tickets

113731

@github-actions github-actions bot added the NNCF OpenVINO Pull requests that updates NNCF OpenVINO label Aug 9, 2023
@github-actions github-actions bot added the NNCF Common Pull request that updates NNCF Common label Aug 11, 2023
@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Merging #2037 (11b3b6a) into develop (2f631fc) will increase coverage by 0.03%.
Report is 4 commits behind head on develop.
The diff coverage is 50.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2037      +/-   ##
===========================================
+ Coverage    32.90%   32.94%   +0.03%     
===========================================
  Files          476      476              
  Lines        42379    42397      +18     
===========================================
+ Hits         13944    13966      +22     
+ Misses       28435    28431       -4     
Files Changed Coverage Δ
nncf/quantization/algorithms/algorithm.py 100.00% <ø> (ø)
nncf/torch/model_transformer.py 35.44% <0.00%> (ø)
nncf/torch/model_creation.py 36.26% <33.33%> (-0.10%) ⬇️
...quantization/algorithms/post_training/algorithm.py 76.85% <100.00%> (+0.66%) ⬆️

... and 4 files with indirect coverage changes

@github-actions github-actions bot added NNCF PT Pull requests that updates NNCF PyTorch NNCF PTQ Pull requests that updates NNCF PTQ and removed NNCF Common Pull request that updates NNCF Common labels Aug 15, 2023
@AlexanderDokuchaev AlexanderDokuchaev marked this pull request as ready for review August 18, 2023 12:41
@AlexanderDokuchaev AlexanderDokuchaev requested a review from a team as a code owner August 18, 2023 12:42
@AlexanderDokuchaev
Copy link
Collaborator Author

run pylint pre-commit tests
run pytorch pre-commit tests
run tensorflow pre-commit tests
run openvino pre-commit tests
run onnx pre-commit tests

@AlexanderDokuchaev
Copy link
Collaborator Author

run tensorflow pre-commit tests

@KodiaqQ KodiaqQ merged commit 8a069e5 into openvinotoolkit:develop Aug 18, 2023
6 checks passed
AlexanderDokuchaev added a commit to AlexanderDokuchaev/nncf that referenced this pull request Aug 18, 2023
### Changes

Update nncf to use openvino==2023.1.0
- Deprecated message for `VPU` device
- Update reference files for `mobilenetv3` and `yolo-v4`
- Add `--compress_to_fp16=False` for the conversion function, since fp16
has become the default
- Remove `TargetDevice.VPU` for pot in tests
- Update threshold from `0.15` to `0.152` for 'test_ngraph_pruning',
because size of not pruned model was changed.

### Related tickets
113731
KodiaqQ pushed a commit that referenced this pull request Aug 19, 2023
### Changes

Update nncf to use openvino==2023.1.0
- Deprecated message for `VPU` device
- Update reference files for `mobilenetv3` and `yolo-v4`
- Add `--compress_to_fp16=False` for the conversion function, since fp16
has become the default
- Remove `TargetDevice.VPU` for pot in tests
- Update threshold from `0.15` to `0.152` for 'test_ngraph_pruning',
because size of not pruned model was changed.

### Related tickets
113731
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NNCF OpenVINO Pull requests that updates NNCF OpenVINO NNCF PT Pull requests that updates NNCF PyTorch NNCF PTQ Pull requests that updates NNCF PTQ
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants