Keras Versions Save

Deep Learning for humans

v3.0.2

4 months ago

Breaking changes

There are no known breaking changes in this release compared to 3.0.1.

API changes

  • Add keras.random.binomial and keras.random.beta RNG functions.
  • Add masking support to BatchNormalization.
  • Add keras.losses.CTC (loss function for sequence-to-sequence tasks) as well as the lower-level operation keras.ops.ctc_loss.
  • Add ops.random.alpha_dropout and layers.AlphaDropout.
  • Add gradient accumulation support for all backends, and enable optimizer EMA for JAX and torch

Full Changelog: https://github.com/keras-team/keras/compare/v3.0.1...v3.0.2

v2.15.0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/keras-team/keras/compare/v2.14.0...v2.15.0

v3.0.1

4 months ago

This is a minor release focused on bug fixes and performance improvements.

What's Changed

  • Bug fixes and performance improvements.
  • Add stop_evaluating and stop_predicting model attributes for callbacks, similar to stop_training.
  • Add keras.device() scope for managing device placement in a multi-backend way.
  • Support dict items in PyDataset.
  • Add hard_swish activation and op.
  • Fix cuDNN LSTM performance on TensorFlow backend.
  • Add a force_download arg to get_file to force cache invalidation.

Full Changelog: https://github.com/keras-team/keras/compare/v3.0.0...v3.0.1

v3.0.0

5 months ago

Major updates

See the release announcement for a detailed list of major changes. Main highlights compared to Keras 2 are:

  • Keras can now be run on top of JAX, PyTorch, TensorFlow, and even NumPy (note that the NumPy backend is inference-only).
  • New low-level keras.ops API for building cross-framework components.
  • New large-scale model distribution keras.distribution based on JAX.
  • New stateless API for layers, models, optimizers, and metrics.

Breaking changes

See this thread for a complete list of breaking changes, as well as the Keras 3 migration guide.

v2.14.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/keras-team/keras/compare/v2.13.1...v2.14.0

v2.14.0-rc0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/keras-team/keras/compare/v2.13.1...v2.14.0-rc0

v2.13.1

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/keras-team/keras/compare/v2.12.0...v2.13.1

v2.13.1-rc1

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/keras-team/keras/compare/v2.13.1-rc0...v2.13.1-rc1

v2.13.1-rc0

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/keras-team/keras/compare/v2.12.0...v2.13.1-rc0

v2.12.0

1 year ago

Please see the release history at https://github.com/tensorflow/tensorflow/releases/tag/v2.12.0 for more details.

What's Changed

New Contributors

Full Changelog: https://github.com/keras-team/keras/compare/v2.11.0...v2.12.0