File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 11# keras3 (development version)
22
3+ - Added compatibility with Keras v3.5.0. User facing changes:
4+
5+ - New functions:
6+ - ` op_associative_scan() `
7+ - ` op_searchsorted() `
8+ - ` optimizer_lamb() `
9+ - ` keras$DTypePolicy ` instances can now be supplied to ` dtype ` argument for
10+ losses, metrics, and layers.
11+ - Add integration with the Hugging Face Hub. You can now save models to
12+ Hugging Face Hub directly ` save_model() ` and load .keras models directly
13+ from Hugging Face Hub with ` load_model() ` .
14+ - Added compatibility with NumPy 2.0.
15+ - Improved ` keras$distribution ` API support for very large models.
16+ - Bug fixes and performance improvements.
17+ - Add ` data_format ` argument to ` layer_zero_padding_1d() ` layer.
18+ - Miscellaneous documentation improvements.
19+ - Bug fixes and performance improvements.
20+
21+
322# keras3 1.1.0
423
524- Fixed issue where GPUs would not be found when running on Windows under WSL Linux.
You can’t perform that action at this time.
0 commit comments