===========================ptq_params===========================
model_name:mobilenet_v3_small
python:python3.7
--use_gpu:True
--model_path:mobilenet_v3_small_infer/
--output_dir:./mobilenet_v3_small_infer_ptq/
--data_dir:./test_images/lite_data/
--batch_num:2
--batch_size:2
##
trainer:ptq_train
ptq_train:deploy/ptq_python/post_quant.py
##
===========================infer_params===========================
inference:deploy/inference_python/infer.py
--use-gpu:True|False
--batch-size:1
--model-dir:./mobilenet_v3_small_infer_ptq/
--img-path:./images/demo.jpg
--benchmark:True
