Skip to content

Commit

Permalink
[keras/engine/base_layer.py] Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMarks committed Apr 4, 2023
1 parent 339cfd1 commit 9603567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keras/engine/base_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3830,8 +3830,8 @@ def __init__(
force_generator: boolean, default to False, whether to force the
RandomGenerator to use the code branch of tf.random.Generator.
rng_type: string, the rng type that will be passed to backend
RandomGenerator. `None`, will allow RandomGenerator
to choose types by itself. Valid values are "stateful", "stateless",
RandomGenerator. `None` will allow RandomGenerator to choose
types by itself. Valid values are "stateful", "stateless",
"legacy_stateful". Defaults to `None`.
**kwargs: other keyword arguments that will be passed to the parent
*class
Expand Down

0 comments on commit 9603567

Please sign in to comment.