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 #21275
- @Phil2852 made their first contribution in #21304
- @dayo09 made their first contribution in #21340
- @iazzi made their first contribution in #21370
- @timovdk made their first contribution in #21385
- @mohiuddin-khan-shiam made their first contribution in #21392
- @p-wysocki made their first contribution in #21317
- @Gayathri-K-Binoy made their first contribution in #21493
Full Changelog: v3.10.0...v3.11.0