From 15f9155e9276c14a1f62dbae241958065dbf0ec9 Mon Sep 17 00:00:00 2001 From: xiaoting <31891223+tink2123@users.noreply.github.com> Date: Thu, 24 Aug 2023 11:59:29 +0800 Subject: [PATCH] Update ch_PP-OCRv4_det_student.yml --- configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_student.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_student.yml b/configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_student.yml index 39b260cf..809c94ce 100644 --- a/configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_student.yml +++ b/configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_student.yml @@ -3,7 +3,7 @@ Global: use_gpu: true epoch_num: &epoch_num 500 log_smooth_window: 20 - print_batch_step: 100 + print_batch_step: 10 save_model_dir: ./output/ch_PP-OCRv4 save_epoch_step: 10 eval_batch_step: -- GitLab