更换文档检测模型
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
===========================train_params===========================
|
||||
model_name:ppyoloe_vit_base_csppan_cae_36e_coco
|
||||
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=300
|
||||
save_dir:null
|
||||
TrainReader.batch_size:lite_train_lite_infer=1|lite_train_whole_infer=2|whole_train_whole_infer=2
|
||||
pretrain_weights:https://bj.bcebos.com/v1/paddledet/models/pretrained/vit_base_cae_pretrained.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 configs/vitdet/ppyoloe_vit_base_csppan_cae_36e_coco.yml -o
|
||||
pact_train:tools/train.py -c configs/vitdet/ppyoloe_vit_base_csppan_cae_36e_coco.yml --slim_config _template_pact -o
|
||||
fpgm_train:tools/train.py -c configs/vitdet/ppyoloe_vit_base_csppan_cae_36e_coco.yml --slim_config _template_fpgm -o
|
||||
distill_train:null
|
||||
null:null
|
||||
null:null
|
||||
##
|
||||
===========================eval_params===========================
|
||||
eval:tools/eval.py -c configs/vitdet/ppyoloe_vit_base_csppan_cae_36e_coco.yml -o
|
||||
null:null
|
||||
##
|
||||
===========================infer_params===========================
|
||||
--output_dir:./output_inference
|
||||
weights:https://bj.bcebos.com/v1/paddledet/models/pretrained/vit_base_cae_pretrained.pdparams
|
||||
norm_export:tools/export_model.py -c configs/vitdet/ppyoloe_vit_base_csppan_cae_36e_coco.yml -o
|
||||
pact_export:tools/export_model.py -c configs/vitdet/ppyoloe_vit_base_csppan_cae_36e_coco.yml --slim_config _template_pact -o
|
||||
fpgm_export:tools/export_model.py -c configs/vitdet/ppyoloe_vit_base_csppan_cae_36e_coco.yml --slim_config _template_fpgm -o
|
||||
distill_export:null
|
||||
export1:null
|
||||
export2:null
|
||||
kl_quant_export:tools/post_quant.py -c configs/vitdet/ppyoloe_vit_base_csppan_cae_36e_coco.yml --slim_config configs/slim/post_quant/ppyoloe_crn_s_300e_coco_ptq.yml -o
|
||||
##
|
||||
infer_mode:norm|kl_quant
|
||||
infer_quant:False|True
|
||||
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/coco/test2017/
|
||||
--save_log_path:null
|
||||
--run_benchmark:False
|
||||
--trt_max_shape:1600
|
||||
===========================disable_train_benchmark==========================
|
||||
batch_size:2
|
||||
fp_items:fp32|fp16
|
||||
epoch:1
|
||||
repeat:2
|
||||
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
|
||||
flags:null
|
||||
===========================infer_benchmark_params===========================
|
||||
numpy_infer_input:3x640x640_2.npy
|
||||
Reference in New Issue
Block a user