Skip to content

Commit ff22084

Browse files
committed
NEWS tweak
1 parent 941f623 commit ff22084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)