Skip to content

Commit 6e3d168

Browse files
committed
"fix latex"
1 parent dd711c3 commit 6e3d168

File tree

1 file changed

+2
-2
lines changed
  • python/paddle/fluid/layers

1 file changed

+2
-2
lines changed

python/paddle/fluid/layers/nn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4210,8 +4210,8 @@ def lrn(input, n=5, k=1.0, alpha=1e-4, beta=0.75, name=None):
42104210
42114211
.. math::
42124212
4213-
Output(i, x, y) = Input(i, x, y) / \left(
4214-
k + \alpha \sum\limits^{\min(C, c + n/2)}_{j = \max(0, c - n/2)}
4213+
Output(i, x, y) = Input(i, x, y) / \left( \\
4214+
k + \alpha \sum\limits^{\min(C, c + n/2)}_{j = \max(0, c - n/2)} \\
42154215
(Input(j, x, y))^2\right)^{\beta}
42164216
42174217
In the above equation:

0 commit comments

Comments
 (0)