Update ch_PP-OCRv4_rec_distillation.yml (#13692)

Refactor YAML config to define max_text_length as an anchor for reuse
pull/13693/head
jiqirenfeile 2024-08-18 20:50:59 -04:00 committed by GitHub
parent e22ce35c94
commit 8812c07cd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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