Fix math formula in Elu_1 (#21204)
This commit is contained in:
parent
4e992aef3a
commit
338aa3d85b
|
|
@ -18,8 +18,8 @@
|
|||
It performs element-wise activation function on a given input tensor, based on the following mathematical formula:
|
||||
|
||||
.. math::
|
||||
|
||||
Elu(x) = \left\
|
||||
|
||||
Elu(x) = \left\lbrace
|
||||
\begin{array}{r}
|
||||
x \quad \text{if } x > 0 \\
|
||||
\alpha(e^{x} - 1) \quad \text{if } x \leq 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue