123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- ===========================train_params===========================
- model_name:tinypose_128x96
- python:python3.7
- gpu_list:0|0,1
- use_gpu:True
- auto_cast:null
- epoch:lite_train_lite_infer=1|lite_train_whole_infer=1|whole_train_whole_infer=420
- save_dir:null
- TrainReader.batch_size:lite_train_lite_infer=2|lite_train_whole_infer=2|whole_train_whole_infer=512
- pretrain_weights:https://paddledet.bj.bcebos.com/models/keypoint/tinypose_128x96.pdparams
- trained_model_name:model_final.pdparams
- train_infer_img_dir:./dataset/coco/test2017/
- filename:null
- ##
- trainer:norm_train
- norm_train:tools/train.py -c test_tipc/configs/keypoint/tinypose_128x96.yml -o
- pact_train:tools/train.py -c test_tipc/configs/keypoint/tinypose_128x96.yml --slim_config _template_pact -o
- fpgm_train:tools/train.py -c test_tipc/configs/keypoint/tinypose_128x96.yml --slim_config _template_fpgm -o
- distill_train:null
- null:null
- null:null
- ##
- ===========================eval_params===========================
- eval:tools/eval.py -c test_tipc/configs/keypoint/tinypose_128x96.yml -o
- null:null
- ##
- ===========================infer_params===========================
- --output_dir:./output_inference
- weights:https://paddledet.bj.bcebos.com/models/keypoint/tinypose_128x96.pdparams
- norm_export:tools/export_model.py -c test_tipc/configs/keypoint/tinypose_128x96.yml -o
- pact_export:tools/export_model.py -c test_tipc/configs/keypoint/tinypose_128x96.yml --slim_config _template_pact -o
- fpgm_export:tools/export_model.py -c test_tipc/configs/keypoint/tinypose_128x96.yml --slim_config _template_fpgm -o
- distill_export:null
- export1:null
- export2:null
- kl_quant_export:tools/post_quant.py -c test_tipc/configs/keypoint/tinypose_128x96.yml --slim_config configs/slim/post_quant/tinypose_128x96_ptq.yml -o
- ##
- infer_mode:norm|kl_quant
- infer_quant:False|True
- inference:./deploy/python/keypoint_infer.py
- --device:gpu|cpu
- --enable_mkldnn:False
- --cpu_threads:4
- --batch_size:1|2
- --use_tensorrt:null
- --run_mode:paddle
- --model_dir:
- --image_dir:./dataset/coco/test2017/
- --save_log_path:null
- --run_benchmark:False
- null:null
- ===========================disable_train_benchmark==========================
- batch_size:512
- fp_items:fp32|fp16
- epoch:1
- repeat:1
- --profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
- flags:null
- ===========================infer_benchmark_params===========================
- random_infer_input:[{float32,[3,128,96]}]
|