Update ch_PP-OCRv4_rec_distillation.yml (#13692)
Refactor YAML config to define max_text_length as an anchor for reusepull/13693/head
parent
e22ce35c94
commit
8812c07cd4
|
@ -16,7 +16,7 @@ Global:
|
|||
use_visualdl: false
|
||||
infer_img: doc/imgs_words/ch/word_1.jpg
|
||||
character_dict_path: ppocr/utils/ppocr_keys_v1.txt
|
||||
max_text_length: 25
|
||||
max_text_length: &max_text_length 25
|
||||
infer_mode: false
|
||||
use_space_char: true
|
||||
distributed: true
|
||||
|
|
Loading…
Reference in New Issue