Skip to content

Commit

Permalink
Merge pull request #17961 from SamuelMarks:keras.layers.activation-de…
Browse files Browse the repository at this point in the history
…faults-to

PiperOrigin-RevId: 527379246
  • Loading branch information
tensorflower-gardener committed Apr 26, 2023
2 parents a64d0b7 + d0ca2ee commit 605b2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras/layers/activation/leaky_relu.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class LeakyReLU(Layer):
Same shape as the input.
Args:
alpha: Float >= 0. Negative slope coefficient. Defaults to `0.3`.
alpha: Float >= `0.`. Negative slope coefficient. Defaults to `0.3`.
"""

Expand Down

0 comments on commit 605b2d7

Please sign in to comment.