#115 · Primary category: Deep Learning Frameworks
nncf
Neural Network Compression Framework for enhanced OpenVINO™ inference
Project last updated:08/27/26
GitHub Stars
1.2K
Forks
302
Contributors
89
License
Apache-2.0
Why we included this project
NNCF is the compression framework from the OpenVINO project, aimed at the familiar production problem of models that are too large or too slow to deploy comfortably. It covers both post-training and training-time compression, including quantization, pruning, sparsity, and mixed-precision training, letting you shrink a network and cut inference latency without redesigning it. Because it works on PyTorch, ONNX, and OpenVINO models directly, it fits into training pipelines you already have instead of forcing you onto a separate stack. The maintained samples and model zoo document real compression results and give reproducible recipes, which is a practical way to start if your goal is faster inference on Intel hardware.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.