1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- ===========================train_params===========================
- model_name:blazeface_1000e
- 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=1000
- save_dir:null
- TrainReader.batch_size:lite_train_lite_infer=2|lite_train_whole_infer=2|whole_train_whole_infer=8
- pretrain_weights:https://paddledet.bj.bcebos.com/models/blazeface_1000e.pdparams
- trained_model_name:model_final.pdparams
- train_infer_img_dir:./dataset/wider_face/WIDER_val/images/0--Parade/
- filename:null
- ##
- trainer:norm_train
- norm_train:tools/train.py -c configs/face_detection/blazeface_1000e.yml -o
- pact_train:tools/train.py -c configs/face_detection/blazeface_1000e.yml --slim_config _template_pact -o
- fpgm_train:tools/train.py -c configs/face_detection/blazeface_1000e.yml --slim_config _template_fpgm -o
- distill_train:null
- null:null
- null:null
- ##
- ===========================eval_params===========================
- eval:tools/eval.py -c configs/face_detection/blazeface_1000e.yml -o
- null:null
- ##
- ===========================infer_params===========================
- --output_dir:./output_inference
- weights:https://paddledet.bj.bcebos.com/models/blazeface_1000e.pdparams
- norm_export:tools/export_model.py -c configs/face_detection/blazeface_1000e.yml -o
- pact_export:tools/export_model.py -c configs/face_detection/blazeface_1000e.yml --slim_config _template_pact -o
- fpgm_export:tools/export_model.py -c configs/face_detection/blazeface_1000e.yml --slim_config _template_fpgm -o
- distill_export:null
- export1:null
- export2:null
- kl_quant_export:tools/post_quant.py -c configs/face_detection/blazeface_1000e.yml --slim_config _template_kl_quant -o
- ##
- infer_mode:norm
- infer_quant:False
- inference:./deploy/python/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/wider_face/WIDER_val/images/0--Parade/
- --save_log_path:null
- --run_benchmark:False
- null:null
- ===========================infer_benchmark_params===========================
- numpy_infer_input:3x800x1344.npy
|