文章目录 en_PP-OCRv3_rec.yml en_dict.txt build_model函数 base_model类 build_backbone函数 骨干网络 MobileNetV1Enhance build_head函数 识别头 MultiHead CTCHead--Neck (EncoderWithSVTR) CTCHead--Head (CTCHead) SARHead 编码器 SAREncoder 解码器 ParallelSARDecoder en_PP-OCRv3_rec.yml # 全局配置 Global: debug: false # 设置代码是否在gpu运行 use_gpu: true # 最大训练epoch数 epoch_num: 500 # log队列长度,每次打印输出队列里的中间值 log_smooth_window: 20 # 设置打印log间隔 print_batch_step: