pypi keras 2.1.0
Keras 2.1.0

latest releases: 3.3.3, 3.3.2, 3.3.1...
6 years ago

This is a small release that fixes outstanding bugs that were reported since the previous release.

Areas of improvement

  • Bug fixes (in particular, Keras no longer allocates devices at startup time with the TensorFlow backend. This was causing issues with Horovod.)
  • Documentation and docstring improvements.
  • Better CIFAR10 ResNet example script and improvements to example scripts code style.

API changes

  • Add go_backwards to cuDNN RNNs (enables Bidirectional wrapper on cuDNN RNNs).
  • Add ability to pass fetches to K.Function() with the TensorFlow backend.
  • Add steps_per_epoch and validation_steps arguments in Sequential.fit() (to sync it with Model.fit()).

Breaking changes

None.

Credits

Thanks to our 14 contributors whose commits are featured in this release:

@Dref360, @LawnboyMax, @anj-s, @bzamecnik, @datumbox, @diogoff, @farizrahman4u, @fchollet, @frexvahi, @jjallaire, @nsuh, @ozabluda, @roatienza, @yakigac

Don't miss a new keras release

NewReleases is sending notifications on new releases.