MoyanZitto / keras-cn

Chinese keras documents with more examples, explanations and tips.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

callbacks-ModelCheckpoint内容更正

DrMofu opened this issue · comments

https://keras-cn.readthedocs.io/en/latest/other/callbacks/
"例如,filepath若为weights.{epoch:02d-{val_loss:.2f}}.hdf5,则会生成对应epoch和验证集loss的多个文件。"

filepath应该为weights.{epoch:02d}-{val_loss:.2f}.hdf5