Adding Quantizing with Accuracy Control using NNCF notebook (#19585)

This commit is contained in:
Sebastian Golebiewski
2023-09-04 14:57:35 +02:00
committed by GitHub
parent 8f4d72826a
commit 2d760ba1bf
94 changed files with 917 additions and 95 deletions

View File

@@ -1,7 +1,7 @@
Convert a PyTorch Model to OpenVINO™ IR
=======================================
.. _top:
This tutorial demonstrates step-by-step instructions on how to do
inference on a PyTorch classification model using OpenVINO Runtime.
@@ -31,6 +31,10 @@ but elevated to the design space level. The RegNet design space provides
simple and fast networks that work well across a wide range of flop
regimes.
.. _top:
**Table of contents**:
- `Prerequisites <#prerequisites>`__