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

Add release notes for v2.4.0 and update version #1514

Merged
merged 8 commits into from
Jan 24, 2023

Conversation

vshampor
Copy link
Contributor

No description provided.

@vshampor vshampor requested a review from MaximProshin January 19, 2023 14:50
@vshampor vshampor requested a review from ljaljushkin January 23, 2023 12:07
@vshampor vshampor requested a review from kshpv January 23, 2023 13:22
Added an [example script](examples/post_training_quantization/onnx/mobilenet_v2) demonstrating the ONNX post-training quantization on MobileNetV2.
- Common post-training quantization API across the supported framework model formats (PyTorch, TensorFlow, ONNX, OpenVINO IR) via the `nncf.quantize(...)` function.
The parameter set of the function is the same for all frameworks - actual framework-specific implementations are being dispatched based on the type of the model object argument.
- (PyTorch, TensorFlow) Improved the adaptive compression training functionality to reduce effective training time.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Preview release of OpenVINO framework support. NNCF may now be used for post-training quantization on OpenVINO models. Added an example script demonstrating the OpenVINO post-training quantization on MobileNetV2.
  • NNCF with OpenVINO backend can be installed using pip install nncf[openvino]

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@vshampor vshampor requested a review from alexsu52 January 24, 2023 12:27
@vshampor vshampor merged commit f52f94c into openvinotoolkit:develop Jan 24, 2023
@vshampor vshampor deleted the rn_240 branch January 9, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants