This document is used to list steps of reproducing Intel® Neural Compressor QAT feature.
# Install Intel® Neural Compressor
pip install neural-compressor
pip install intel-tensorflow==2.4.0
pip install tensorflow_model_optimization
python resnet_v2.py # to get the quantized ResNet-V2 model which will be saved into './trained_qat_model'.