Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Deployment

Open In Colab

This section contains notebooks that demonstrate model deployment and optimization techniques.

📚 Notebooks

Notebook Description
openvino_quantization.ipynb Model compression using NNCF for OpenVINO deployment

Installation Instructions

If you have not installed all required dependencies, follow the Installation Guide.

Notebook Contents

This notebook demonstrates how NNCF can be used to compress a model trained with Anomalib. The notebook is divided into the following sections:

  • Train an anomalib model without compression
  • Train a model with NNCF compression
  • Compare the performance of the two models (FP32 vs INT8)