update rec doc

This commit is contained in:
tink2123 2020-07-07 14:32:08 +08:00
parent bfdb7b7781
commit 8667b1de06
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ Global:
# 训练时添加数据增强 # 训练时添加数据增强
distort: true distort: true
# 识别空格 # 识别空格
add_space: true use_space_char: true
... ...
# 修改reader类型 # 修改reader类型
reader_yml: ./configs/rec/rec_chinese_reader.yml reader_yml: ./configs/rec/rec_chinese_reader.yml

View File

@ -161,7 +161,7 @@ Global:
# Whether to use data augmentation # Whether to use data augmentation
distort: true distort: true
# Whether to recognize spaces # Whether to recognize spaces
add_space: true use_space_char: true
... ...
... ...