From 1b412a99440747ce85aeb6631a26e01309dd2d87 Mon Sep 17 00:00:00 2001 From: xiaoting <31891223+tink2123@users.noreply.github.com> Date: Thu, 24 Aug 2023 11:59:41 +0800 Subject: [PATCH] Update ch_PP-OCRv4_det_teacher.yml --- configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_teacher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_teacher.yml b/configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_teacher.yml index b58af1cc..da2aa53e 100644 --- a/configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_teacher.yml +++ b/configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_teacher.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