mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-10-06 05:26:21 +00:00
add vi_Layoutxlm_ser amp train
This commit is contained in:
parent
5e8b4debee
commit
c39f19d965
@ -0,0 +1,53 @@
|
|||||||
|
===========================train_params===========================
|
||||||
|
model_name:vi_layoutxlm_ser
|
||||||
|
python:python3.7
|
||||||
|
gpu_list:0|0,1
|
||||||
|
Global.use_gpu:True|True
|
||||||
|
Global.auto_cast:amp
|
||||||
|
Global.epoch_num:lite_train_lite_infer=1|whole_train_whole_infer=17
|
||||||
|
Global.save_model_dir:./output/
|
||||||
|
Train.loader.batch_size_per_card:lite_train_lite_infer=4|whole_train_whole_infer=8
|
||||||
|
Architecture.Backbone.checkpoints:null
|
||||||
|
train_model_name:latest
|
||||||
|
train_infer_img_dir:ppstructure/docs/kie/input/zh_val_42.jpg
|
||||||
|
null:null
|
||||||
|
##
|
||||||
|
trainer:norm_train
|
||||||
|
norm_train:tools/train.py -c ./configs/kie/vi_layoutxlm/ser_vi_layoutxlm_xfund_zh.yml -o
|
||||||
|
pact_train:null
|
||||||
|
fpgm_train:null
|
||||||
|
distill_train:null
|
||||||
|
null:null
|
||||||
|
null:null
|
||||||
|
##
|
||||||
|
===========================eval_params===========================
|
||||||
|
eval:null
|
||||||
|
null:null
|
||||||
|
##
|
||||||
|
===========================infer_params===========================
|
||||||
|
Global.save_inference_dir:./output/
|
||||||
|
Architecture.Backbone.checkpoints:
|
||||||
|
norm_export:tools/export_model.py -c ./configs/kie/vi_layoutxlm/ser_vi_layoutxlm_xfund_zh.yml -o
|
||||||
|
quant_export:
|
||||||
|
fpgm_export:
|
||||||
|
distill_export:null
|
||||||
|
export1:null
|
||||||
|
export2:null
|
||||||
|
##
|
||||||
|
infer_model:null
|
||||||
|
infer_export:null
|
||||||
|
infer_quant:False
|
||||||
|
inference:ppstructure/kie/predict_kie_token_ser.py --kie_algorithm=LayoutXLM --ser_dict_path=train_data/XFUND/class_list_xfun.txt --output=output --ocr_order_method=tb-yx
|
||||||
|
--use_gpu:True|False
|
||||||
|
--enable_mkldnn:False
|
||||||
|
--cpu_threads:6
|
||||||
|
--rec_batch_num:1
|
||||||
|
--use_tensorrt:False
|
||||||
|
--precision:fp32
|
||||||
|
--ser_model_dir:
|
||||||
|
--image_dir:./ppstructure/docs/kie/input/zh_val_42.jpg
|
||||||
|
null:null
|
||||||
|
--benchmark:False
|
||||||
|
null:null
|
||||||
|
===========================infer_benchmark_params==========================
|
||||||
|
random_infer_input:[{float32,[3,224,224]}]
|
Loading…
x
Reference in New Issue
Block a user