Skip to content

Commit

Permalink
Merge pull request openvinotoolkit#949 from ljaljushkin/section_about…
Browse files Browse the repository at this point in the history
…_notebooks

Added section about OpenVINO notebooks
  • Loading branch information
ljaljushkin committed Sep 29, 2021
2 parents 6c2b3e6 + 6f3b177 commit e83fa5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ To run the samples please refer to the corresponding tutorials:
- [Object Detection sample](examples/tensorflow/object_detection/README.md)
- [Instance Segmentation sample](examples/tensorflow/segmentation/README.md)

## Model Compression Notebooks

A collection of ready-to-run Jupyter* notebooks are also available to demonstrate how to use NNCF compression algorithms
to optimize models for inference with the OpenVINO Toolkit.
- [Optimizing PyTorch models with NNCF of OpenVINO by 8-bit quantization](https://github.com/openvinotoolkit/openvino_notebooks/tree/main/notebooks/302-pytorch-quantization-aware-training)

## Third-party repository integration
NNCF may be straightforwardly integrated into training/evaluation pipelines of third-party repositories.

Expand Down

0 comments on commit e83fa5f

Please sign in to comment.