Skip to content

Commit

Permalink
[Nano] Openvino quantization notebooks with nano (#5491)
Browse files Browse the repository at this point in the history
* notebook with nano

* load with nano

* modify readme

* clear all outputs and enable benchmark_app

* fix typo
  • Loading branch information
zhentaocc authored Aug 23, 2022
1 parent 9287e0b commit 1122517
Show file tree
Hide file tree
Showing 2 changed files with 339 additions and 348 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Simplified Post-Training Quantization of Image Classification Models with OpenVINO™
This tutorial was adapted from https://github.com/openvinotoolkit/openvino_notebooks/tree/main/notebooks/114-quantization-simplified-mode. Here, we use OpenVINO APIs provided by BigDL Nano instead to simplify the original tutorial.

This tutorial demostrates how to perform INT8 quantization with an image classification model using the [Post-Training Optimization
Tool Simplified Mode](https://docs.openvino.ai/latest/pot_docs_simplified_mode.html) (part of [OpenVINO](https://docs.openvino.ai/)). We use [ResNet20](https://github.com/chenyaofo/pytorch-cifar-models/blob/master/pytorch_cifar_models/resnet.py) model and [Cifar10](http://pytorch.org/vision/main/generated/torchvision.datasets.CIFAR10.html) dataset.
Expand Down
Loading

0 comments on commit 1122517

Please sign in to comment.