Skip to content

Commit 605b2d7

Browse files
Merge pull request #17961 from SamuelMarks:keras.layers.activation-defaults-to
PiperOrigin-RevId: 527379246
2 parents a64d0b7 + d0ca2ee commit 605b2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/layers/activation/leaky_relu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class LeakyReLU(Layer):
5454
Same shape as the input.
5555
5656
Args:
57-
alpha: Float >= 0. Negative slope coefficient. Defaults to `0.3`.
57+
alpha: Float >= `0.`. Negative slope coefficient. Defaults to `0.3`.
5858
5959
"""
6060

0 commit comments

Comments
 (0)