ch_PP-OCRv4_rec_distill.yml加载报错yaml.composer.ComposerError: found undefined alias 'max_text_length' #12486
-
代码: with open(r'C:\Users\Administrator\Desktop\PaddleOCR-release-2.7\configs\rec\ch_PP-OCRv4_rec_distill.yml','r') as f: print(data) 报错: 测试pyyaml版本: |
Beta Was this translation helpful? Give feedback.
Answered by
liuyajian
Sep 22, 2023
Replies: 1 comment
-
yml第19行 改成 max_text_length: &max_text_length 25 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SWHL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yml第19行 改成 max_text_length: &max_text_length 25