MoyanZitto / keras-cn

Chinese keras documents with more examples, explanations and tips.
1.57k stars 280 forks source link

callbacks-ModelCheckpoint内容更正 #139

Open DrMofu opened 5 years ago

DrMofu commented 5 years ago

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