keras3 1.2.0
-
Added compatibility with Keras v3.5.0. User facing changes:
- New functions:
op_associative_scan()op_searchsorted()optimizer_lamb()
keras$DTypePolicyinstances can now be supplied todtypeargument for
losses, metrics, and layers.- Add integration with the Hugging Face Hub. You can now save models to
Hugging Face Hub directlysave_model()and load .keras models directly
from Hugging Face Hub withload_model(). - Added compatibility with NumPy 2.0.
- Improved
keras$distributionAPI support for very large models. - Bug fixes and performance improvements.
- Add
data_formatargument tolayer_zero_padding_1d()layer. - Miscellaneous documentation improvements.
- Bug fixes and performance improvements.
- New functions: