Skip to content

Commit

Permalink
Fix doc of clipped_relu
Browse files Browse the repository at this point in the history
  • Loading branch information
niboshi committed Aug 18, 2017
1 parent 383ead7 commit 26f6b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainer/functions/activation/clipped_relu.py
Expand Up @@ -54,7 +54,7 @@ def clipped_relu(x, z=20.0):
For a clipping value :math:`z(>0)`, it computes
.. math::`ClippedReLU(x, z) = \\min(\\max(0, x), z)`.
.. math:: \\text{ClippedReLU}(x, z) = \\min(\\max(0, x), z).
Args:
x (:class:`~chainer.Variable` or :class:`numpy.ndarray` or \
Expand Down

0 comments on commit 26f6b03

Please sign in to comment.