|
9 | 9 |
|
10 | 10 | - Added compatibility with Keras v3.4.1 (no R user facing changes). |
11 | 11 |
|
12 | | -User facing changes with upstream Keras v3.4.0: |
13 | | - |
14 | | -- New function: |
15 | | - - `op_argpartition()` |
16 | | - - `op_map()` |
17 | | - - `op_scan()` |
18 | | - - `op_switch()` |
19 | | - - `op_dtype()` |
20 | | - - `op_lstsq()` |
21 | | - - `op_image_hsv_to_rgb()` |
22 | | - - `op_image_rgb_to_hsv()` |
23 | | - |
24 | | -- Changes: |
25 | | - - Added support for arbitrary, deeply nested input/output structures in |
26 | | - Functional models (e.g. lists of lists of lists of inputs or outputs...) |
27 | | - - Add support for `optional` Functional inputs. |
28 | | - - `keras_input()` gains an `optional` argument. |
29 | | - - `keras_model_sequential()` gains a `input_optional` argument. |
30 | | - - Add support for `float8` inference for `Dense` and `EinsumDense` layers. |
31 | | - - Enable `layer_feature_space()` to be used in a `{tfdatasets}` pipeline even |
32 | | - when the backend isn't TensorFlow. |
33 | | - - `layer_string_lookup()` can now take `tf$SparseTensor()` as input. |
34 | | - - `layer_string_lookup()` returns `"int64"` dtype by default in more modes now. |
35 | | - - `Layer()` instances gain attributes `path` and `quantization_mode`. |
36 | | - - `Metric()$variables` is now recursive. |
37 | | - - Add `training` argument to `Model$compute_loss()`. |
38 | | - - `split_dataset()` now supports nested structures in dataset. |
39 | | - - All applications gain a `name` argument, accept a custom name. |
40 | | - - `layer_multi_head_attention()` gains a `seed` argument. |
41 | | - - All losses gain a `dtype` argument. |
42 | | - - `loss_dice()` gains an `axis` argument. |
43 | | - - `op_ctc_decode()`, new default for `mask_index = 0` |
44 | | - - All `op_image_*` functions now use default `data_format` value |
45 | | - to `config_image_data_format()` |
46 | | - - `op_isclose()` gains arguments `rtol`, `atol`, `equal_nan`. |
47 | | - - `save_model()` gains argument `zipped`. |
48 | | - - Bugs fixes and performance improvements. |
| 12 | +- Added compatibility with Keras v3.4.0. User facing changes: |
| 13 | + |
| 14 | + - New functions: |
| 15 | + - `op_argpartition()` |
| 16 | + - `op_map()` |
| 17 | + - `op_scan()` |
| 18 | + - `op_switch()` |
| 19 | + - `op_dtype()` |
| 20 | + - `op_lstsq()` |
| 21 | + - `op_image_hsv_to_rgb()` |
| 22 | + - `op_image_rgb_to_hsv()` |
| 23 | + |
| 24 | + - Changes: |
| 25 | + - Added support for arbitrary, deeply nested input/output structures in |
| 26 | + Functional models (e.g. lists of lists of lists of inputs or outputs...) |
| 27 | + - Add support for `optional` Functional inputs. |
| 28 | + - `keras_input()` gains an `optional` argument. |
| 29 | + - `keras_model_sequential()` gains a `input_optional` argument. |
| 30 | + - Add support for `float8` inference for `Dense` and `EinsumDense` layers. |
| 31 | + - Enable `layer_feature_space()` to be used in a `{tfdatasets}` pipeline even |
| 32 | + when the backend isn't TensorFlow. |
| 33 | + - `layer_string_lookup()` can now take `tf$SparseTensor()` as input. |
| 34 | + - `layer_string_lookup()` returns `"int64"` dtype by default in more modes now. |
| 35 | + - `Layer()` instances gain attributes `path` and `quantization_mode`. |
| 36 | + - `Metric()$variables` is now recursive. |
| 37 | + - Add `training` argument to `Model$compute_loss()`. |
| 38 | + - `split_dataset()` now supports nested structures in dataset. |
| 39 | + - All applications gain a `name` argument, accept a custom name. |
| 40 | + - `layer_multi_head_attention()` gains a `seed` argument. |
| 41 | + - All losses gain a `dtype` argument. |
| 42 | + - `loss_dice()` gains an `axis` argument. |
| 43 | + - `op_ctc_decode()`, new default for `mask_index = 0` |
| 44 | + - All `op_image_*` functions now use default `data_format` value |
| 45 | + to `config_image_data_format()` |
| 46 | + - `op_isclose()` gains arguments `rtol`, `atol`, `equal_nan`. |
| 47 | + - `save_model()` gains argument `zipped`. |
| 48 | + - Bugs fixes and performance improvements. |
49 | 49 |
|
50 | 50 | # keras3 1.0.0 |
51 | 51 |
|
|
0 commit comments