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 (enablesBidirectional
wrapper on cuDNN RNNs). - Add ability to pass
fetches
toK.Function()
with the TensorFlow backend. - Add
steps_per_epoch
andvalidation_steps
arguments inSequential.fit()
(to sync it withModel.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