From 8fd9347e182ec5d454f02765ddf226e411dd0e2c Mon Sep 17 00:00:00 2001 From: littletomatodonkey Date: Fri, 6 May 2022 13:38:42 +0800 Subject: [PATCH] fix doc (#6143) --- configs/rec/PP-OCRv3/ch_PP-OCRv3_rec_distillation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/rec/PP-OCRv3/ch_PP-OCRv3_rec_distillation.yml b/configs/rec/PP-OCRv3/ch_PP-OCRv3_rec_distillation.yml index 773a3649..e7cbae59 100644 --- a/configs/rec/PP-OCRv3/ch_PP-OCRv3_rec_distillation.yml +++ b/configs/rec/PP-OCRv3/ch_PP-OCRv3_rec_distillation.yml @@ -129,7 +129,7 @@ Loss: key: head_out multi_head: True - DistillationSARLoss: - weight: 0.5 + weight: 1.0 model_name_list: ["Student", "Teacher"] key: head_out multi_head: True -- GitLab