Skip to content

Commit bb260e8

Browse files
committed
Merge branch 'release/2.8' of https://github.com/rstudio/keras into release/2.8
2 parents 93ff466 + ff22084 commit bb260e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
continue-on-error: ${{ matrix.tf == 'nightly' || contains(matrix.tf, 'rc') || matrix.r == 'devel' }}
5555
env:
5656
R_REMOTES_NO_ERRORS_FROM_WARNINGS: 'true'
57-
R_COMPILE_AND_INSTALL_PACKAGES: 'never'
57+
# R_COMPILE_AND_INSTALL_PACKAGES: 'never' # commented out until CRAN builds TF 2.8
5858
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
5959

6060
steps:

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Then, if a named list was passed to subsequent
77
`fit()`/`evaluate()`/`call()`/`predict()` invocations,
88
matching of `x` and `y` was done to the model's input and outpt `tensor$name`'s.
9-
Now, matching is done to `names()` of `inputs` and/or `outputs` supplied `keras_model()`.
9+
Now, matching is done to `names()` of `inputs` and/or `outputs` supplied to `keras_model()`.
1010
Call `unname()` on `inputs` and `outputs` to restore the old behavior, e.g.:
1111
```
1212
keras_model(unname(inputs), unname(outputs))

0 commit comments

Comments
 (0)