Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Keras 3.11.0 source code.tar.gz | 2025-07-29 | 1.6 MB | |
Keras 3.11.0 source code.zip | 2025-07-29 | 2.2 MB | |
README.md | 2025-07-29 | 1.7 kB | |
Totals: 3 Items | 3.8 MB | 0 |
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
- @adar21a made their first contribution in https://github.com/keras-team/keras/pull/21275
- @Phil2852 made their first contribution in https://github.com/keras-team/keras/pull/21304
- @dayo09 made their first contribution in https://github.com/keras-team/keras/pull/21340
- @iazzi made their first contribution in https://github.com/keras-team/keras/pull/21370
- @timovdk made their first contribution in https://github.com/keras-team/keras/pull/21385
- @mohiuddin-khan-shiam made their first contribution in https://github.com/keras-team/keras/pull/21392
- @p-wysocki made their first contribution in https://github.com/keras-team/keras/pull/21317
- @Gayathri-K-Binoy made their first contribution in https://github.com/keras-team/keras/pull/21493
Full Changelog: https://github.com/keras-team/keras/compare/v3.10.0...v3.11.0