File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 5252 ` "tf-idf" ` is renamed to ` "tf_idf" ` (backwards compatibility is preserved).
5353 - Fixed an issue where valid values of ` output_mode = "int" ` would incorrectly
5454 return a ragged tensor output shape.
55-
56- - Fixed an issue in ` layer_input() ` where passing a tensorflow ` DType ` objects to argument ` dtype ` would throw an error.
57-
58- - Fixed an issue in ` compile() ` where passing an R function via an in-line
59- call would result in an error from subsequent ` fit() ` calls.
60- (e.g., ` compile(loss = function(y_true, y_pred) my_loss(y_true, y_pred)) `
61- now succeeds)
62-
63- - ` clone_model() ` gains a ` clone_function ` argument that allows you to customize each layer as it is cloned.
55+
6456
6557- Existing layer instances gain the ability to be added to sequential models via a call. E.g.:
6658 ``` r
7769- ` %py_class% ` gains the ability to delay initializing the Python session until first use.
7870 It is now safe to implement and export ` %py_class% ` objects in an R package.
7971
72+ - Fixed an issue in ` layer_input() ` where passing a tensorflow ` DType ` objects to argument ` dtype ` would throw an error.
73+
74+ - Fixed an issue in ` compile() ` where passing an R function via an in-line
75+ call would result in an error from subsequent ` fit() ` calls.
76+ (e.g., ` compile(loss = function(y_true, y_pred) my_loss(y_true, y_pred)) `
77+ now succeeds)
78+
79+ - ` clone_model() ` gains a ` clone_function ` argument that allows you to customize each layer as it is cloned.
80+
8081- Bumped minimum R version to 3.4. Expanded CI to test on all supported R version. Fixed regression that prevented package installation on R <= 3.4
82+
8183# keras 2.6.0
8284
8385Breaking changes (Tensorflow 2.6):
You can’t perform that action at this time.
0 commit comments