MoyanZitto / keras-cn

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

The wrong example code for "ModelCheckpoint" #57

Open busixingxing opened 7 years ago

busixingxing commented 7 years ago

http://keras-cn.readthedocs.io/en/latest/other/callbacks/#modelcheckpoint

这里给出的例子中的反括号“}” 位置有误,应该如同最新英文版

weights.{epoch:02d}-{val_loss:.2f}.hdf5

参见:https://keras.io/callbacks/

MoyanZitto commented 7 years ago

@busixingxing 多谢,可否提交一个PR?