Skip to content

Tags: keras-team/keras

Tags

v3.8.0

Toggle v3.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixing batch_dim_name attribute (#20674)

* fixing wrong trainer assumption that batch dim is always the first one in the mesh

* need functools partial

* lint

* fix test failure when distribution=None

* lint2

* fix for test failure

* added data sharding for 3D+ meshes

* lint3

* added @Property for batch_dim_name + refactoring

* fix typo

v3.7.0

Toggle v3.7.0's commit message
Better input validation for InputLayer with input_tensor provided

v3.6.0

Toggle v3.6.0's commit message
Fix optimizer docstring

v3.5.0

Toggle v3.5.0's commit message
Update Keras version.

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `save_model` and `load_model` (#19924)

v3.4.0

Toggle v3.4.0's commit message
Update version number

v3.3.3

Toggle v3.3.3's commit message
Restore version string resolution in pip_build.

v3.3.2

Toggle v3.3.2's commit message
One time fix to _tf_keras API.

v3.3.1

Toggle v3.3.1's commit message
Move _tf_keras directory to the root of the pip package.

v3.3.0

Toggle v3.3.0's commit message
Fix JAX vectorize.