Skip to content

v0.2

Compare
Choose a tag to compare
@freud14 freud14 released this 28 Feb 18:36
· 716 commits to master since this release
  • ModelCheckpoint now writes off the checkpoint atomically.
  • New initial_epoch parameter to Model.
  • Mean of losses and metrics done with batch size weighted by len(y) instead of just the mean of the losses and metrics.
  • Update to the documentation.
  • Model's predict and evaluate makes more sense now and have now a generator version.
  • Few other bug fixes.