Replies: 1 comment
-
根据你的描述:“训练过程中 acc 一直在 0.8 左右,但使用 latest 模型在训练集上评估时 acc 却达到了 0.91”,这类情况较常见,可能由以下几个原因导致:
综合建议:
如果仍有疑问,建议附上训练 config、log 截图、训练数据格式等信息,便于进一步定位。也可参考类似问题讨论贴: Response generated by 🤖 feifei-bot | chatgpt-4o-latest |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
训练时,打印的acc一直在0.8左右浮动(375个epoch都这样),但使用训练产生的latest模型,直接在所有训练集上评估时,acc为0.91,请问这可能是什么原因导致的?


评估指令:python3 tools/eval.py -c /TQX22168/DsOCR/paddle_user_project/rec_train_4-14/model_eval/eval_config.yml
Beta Was this translation helpful? Give feedback.
All reactions