paper-with-me

NNCF

Neural Network Compression Framework

2000년 도입 · 논문 2편에서 사용

Neural Network Compression Framework, or NNCF, is a Python-based framework for neural network compression with fine-tuning. It leverages recent advances of various network compression methods and implements some of them, namely quantization, sparsity, filter pruning and binarization. These methods allow producing more hardware-friendly models that can be efficiently run on general-purpose hardware computation units (CPU, GPU) or specialized deep learning accelerators.

출처: Neural Network Compression Framework for fast model inference

소개 논문: Neural Network Compression Framework for fast model inference

Model Compression · General