Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 2.16 KB

welcome.md

File metadata and controls

22 lines (15 loc) · 2.16 KB

Introduction to Intel LPOT

The Intel® Low Precision Optimization Tool (Intel® LPOT) is an open-source Python library that delivers a unified low-precision inference interface across multiple Intel-optimized Deep Learning (DL) frameworks on both CPUs and GPUs. It supports automatic accuracy-driven tuning strategies, along with additional objectives such as optimizing for performance, model size, and memory footprint. It also provides easy extension capability for new backends, tuning strategies, metrics, and objectives.

Note: GPU support is under development.

Infrastructure Workflow
LPOT Infrastructure LPOT Workflow

Supported Intel-optimized DL frameworks are:

Note: TF 2.5.0 requires setting environment variable TF_ENABLE_MKL_NATIVE_FORMAT=0 for INT8 quantization.

Get started with installation, tutorials, examples, and more!

View the Intel® LPOT repo at: https://github.com/intel/lpot.