fastnlp / fastNLP

fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.
https://gitee.com/fastnlp/fastNLP
Apache License 2.0
3.06k stars 450 forks source link

[bugfix] LoadBestModelCallback log增加有用信息 #426

Closed 00INDEX closed 1 year ago

00INDEX commented 1 year ago

Description:LoadBestModelCallback中,训练后加载最佳模型时的 log提示,加入该模型是在哪个 epoch,batch 产生的。

Main reason: LoadBestModelCallback中,训练后加载最佳模型时的 log提示,加入该模型是在哪个 epoch,batch 产生的。

Checklist 检查下面各项是否完成

Please feel free to remove inapplicable items for your PR.

Changes: 逐项描述修改的内容

Mention: @x54-729