35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
model_name:ocr_rec
|
|
python:python
|
|
gpu_list:0|0,1
|
|
Global.auto_cast:null
|
|
Global.epoch_num:10
|
|
Global.save_model_dir:./output/
|
|
Train.loader.batch_size_per_card:
|
|
Global.use_gpu:
|
|
Global.pretrained_model:null
|
|
|
|
trainer:norm|pact
|
|
norm_train:tools/train.py -c configs/rec/rec_mv3_none_bilstm_ctc.yml
|
|
quant_train:deploy/slim/quantization/quant.py -c configs/rec/rec_mv3_none_bilstm_ctc.yml
|
|
fpgm_train:null
|
|
distill_train:null
|
|
|
|
eval:tools/eval.py -c configs/rec/rec_mv3_none_bilstm_ctc.yml -o
|
|
|
|
Global.save_inference_dir:./output/
|
|
Global.pretrained_model:
|
|
norm_export:tools/export_model.py -c configs/rec/rec_mv3_none_bilstm_ctc.yml -o
|
|
quant_export:deploy/slim/quantization/export_model.py -c configs/rec/rec_mv3_none_bilstm_ctc.yml -o
|
|
fpgm_export:null
|
|
distill_export:null
|
|
|
|
inference:tools/infer/predict_rec.py
|
|
--use_gpu:True|False
|
|
--enable_mkldnn:True|False
|
|
--cpu_threads:1|6
|
|
--rec_batch_num:1
|
|
--use_tensorrt:True|False
|
|
--precision:fp32|fp16|int8
|
|
--rec_model_dir:./inference/ch_ppocr_mobile_v2.0_rec_infer/
|
|
--image_dir:./inference/rec_inference
|
|
--save_log_path:./test/output/ |