Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fsx950223 committed Oct 25, 2019
1 parent 41f1633 commit ba704c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_addons/activations/rrelu.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def rrelu(x, lower=0.125, upper=0.3333333333333333, training=None, seed=None):
"""rrelu function.
Computes rrelu function:
`x if x > 0 else random(lower,upper) * x` or
`x if x > 0 else random(lower, upper) * x` or
`x if x > 0 else x * (lower + upper) / 2`
depending on whether training is enabled.
Expand Down
Empty file modified tensorflow_addons/activations/rrelu_test.py
100755 → 100644
Empty file.

0 comments on commit ba704c9

Please sign in to comment.