New models failed in save_qat_models.py
Created by: lidanqing-intel
- New image classification model failed on saving QAT model using save_qat_models.py
- Improve the README.md and give more detailed description on the process of transforming QAT models to INT8 models
System information -PaddlePaddle version: develop branch or release/1.7 -CPU: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz -OS Platform: CentOS Linux 7 (Core) -Python version: python 2.7 -Cmake orders -C++version.txt -API information
To Reproduce
Steps to reproduce the behavior
python python/paddle/fluid/contrib/slim/tests/save_qat_model.py --qat_model_path=/home/wojtek/danqing_models/model_post_quant_cpu/resnet/model_resnet_200000_pruned_220000_quant_infer_2_new --int8_model_save_path=$HOME/danqing_models/model_resnet_200000_pruned_220000_quant_infer_2_new_qat_int8 --quantized_ops="conv2d"