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