We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941f623 commit ff22084Copy full SHA for ff22084
NEWS.md
@@ -6,7 +6,7 @@
6
Then, if a named list was passed to subsequent
7
`fit()`/`evaluate()`/`call()`/`predict()` invocations,
8
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()`.
+ Now, matching is done to `names()` of `inputs` and/or `outputs` supplied to `keras_model()`.
10
Call `unname()` on `inputs` and `outputs` to restore the old behavior, e.g.:
11
```
12
keras_model(unname(inputs), unname(outputs))
0 commit comments