Overview of Neural Network Compression Framework (NNCF)
developNNCF is a suite of post-training and training-time algorithms designed to optimize neural network inference for [OpenVINO™] with minimal accuracy loss. It supports models from PyTorch, TorchFX, ONNX, and OpenVINO.
Key capabilities include:
- Automatic model graph transformation.
- Common interface for various compression methods.
- GPU-accelerated layers for fine-tuning.
- Distributed training support.
- Exporting compressed PyTorch models to ONNX, SavedModel, or Frozen Graph formats for use with OpenVINO.