crf icon indicating copy to clipboard operation
crf copied to clipboard

模型加载出错

Open Harry12-svg opened this issue 5 years ago • 2 comments

微信截图_20201224113912 微信截图_20201224113843 通过CRF 内自带的损失函数,编译了模型,并保存了模型,在恢复模型的时候报错

Harry12-svg avatar Dec 24 '20 03:12 Harry12-svg

这个实现不能用model.save,只能用model.save_weights

bojone avatar Dec 25 '20 06:12 bojone

感谢您的回复

在 2020-12-25 14:18:12,"苏剑林(Jianlin Su)" [email protected] 写道:

这个实现不能用model.save,只能用model.save_weights

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Harry12-svg avatar Dec 28 '20 11:12 Harry12-svg