Skip to content

Keras 3.11.0

Compare
Choose a tag to compare
@fchollet fchollet released this 29 Jul 23:59
· 58 commits to master since this release
7bf852c

What's Changed

  • Add int4 quantization support.
  • Support Grain data loaders in fit()/evaluate()/predict().
  • Add keras.ops.kaiser function.
  • Add keras.ops.hanning function.
  • Add keras.ops.cbrt function.
  • Add keras.ops.deg2rad function.
  • Add keras.ops.layer_normalization function to leverage backend-specific performance optimizations.
  • Various bug fixes and performance optimizations.

Backend-specific changes

JAX backend

  • Support NNX library. It is now possible to use Keras layers and models as NNX modules.
  • Support shape -1 for slice op.

TensorFlow backend

  • Add support for multiple dynamic dimensions in Flatten layer.

OpenVINO backend

  • Add support for over 30 new backend ops.

New Contributors

Full Changelog: v3.10.0...v3.11.0