模型训练看文档和代码的困惑
#15164
Replies: 1 comment
-
ch_PP-OCRv3_det_distill_train这个模型应该是在MobileNetV3_large_x0_5_pretrained.pdparams基础上训练得来的。 |
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.
-
🔎 Search before asking
🐛 Bug (问题描述)
请问paddleocr模型训练,我看模型微调官方文档,比如使用配置文件 ch_PP-OCRv3_det_student.yml,文档说预训练模型用 ch_PP-OCRv3_det_distill_train模型,解压后里面有student.pdparams和best_accuracy.pdparams,配置文件里又指定了预训练模型是MobileNetV3_large_x0_5_pretrained.pdparams,到底以哪个为准?谢谢!
🏃♂️ Environment (运行环境)
请问paddleocr模型训练,我看模型微调官方文档,比如使用配置文件 ch_PP-OCRv3_det_student.yml,文档说预训练模型用 ch_PP-OCRv3_det_distill_train模型,解压后里面有student.pdparams和best_accuracy.pdparams,配置文件里又指定了预训练模型是MobileNetV3_large_x0_5_pretrained.pdparams,到底以哪个为准?谢谢!
🌰 Minimal Reproducible Example (最小可复现问题的Demo)
请问paddleocr模型训练,我看模型微调官方文档,比如使用配置文件 ch_PP-OCRv3_det_student.yml,文档说预训练模型用 ch_PP-OCRv3_det_distill_train模型,解压后里面有student.pdparams和best_accuracy.pdparams,配置文件里又指定了预训练模型是MobileNetV3_large_x0_5_pretrained.pdparams,到底以哪个为准?谢谢!
Beta Was this translation helpful? Give feedback.
All reactions