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 5c50089 commit 5aef6e4Copy full SHA for 5aef6e4
keras/src/callbacks/lambda_callback.py
@@ -14,8 +14,8 @@ class LambdaCallback(Callback):
14
`epoch`, `logs`
15
- `on_train_begin` and `on_train_end` expect one positional argument:
16
`logs`
17
- - `on_train_batch_begin` and `on_train_batch_end` expect two positional
18
- arguments: `batch`, `logs`
+ - `on_train_batch_begin` and `on_train_batch_end` expect a positional
+ argument `batch` and a keyword argument `logs`
19
- See `Callback` class definition for the full list of functions and their
20
expected arguments.
21
0 commit comments