0.00000 combineloss when using ch_PP-OCRv4_det_cml.yaml #13045
Unanswered
Sundragon1993
asked this question in
Q&A
Replies: 3 comments
-
I have also tried with:
But the error still persists. |
Beta Was this translation helpful? Give feedback.
0 replies
-
ch_PP-OCRv4_det_cml still has bugs to solve. Please use other config temporarily. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@tink2123 det_cml is just teacher - student (x2) distillation (with KL loss to make the smaller students mimic the teacher output). So you can simply use det_student for baseline. The bug has been fixed in this PR#11646 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide AceIssueSolver to solve issues, do you want it? (Please write yes/no):
Dear team, I'm trying to train the cml config using ch_PP-OCRv4_det_cml.yaml on my custom dataset but somehow the combine loss is always get 0. The program works fine when using ch_PP-OCRv4_det_teacher.yaml and ch_PP-OCRv4_det_student.yaml.
Here is my config, I just modified the dataset path:
Beta Was this translation helpful? Give feedback.
All reactions