Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 472 Bytes

File metadata and controls

23 lines (17 loc) · 472 Bytes

Step-by-Step

This document is used to list steps of reproducing Intel® Neural Compressor QAT feature.

Prerequisite

1. Installation

# Install Intel® Neural Compressor
pip install neural-compressor

2. Install Intel Tensorflow 2.4.0 or above.

pip install intel-tensorflow==2.4.0

Run Command

python resnet_v2.py    # to get the quantized ResNet-V2 model which will be saved into './trained_qat_model'.