-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Description
For an example, in lrn_op.cc
we have
Paddle/paddle/operators/lrn_op.cc
Lines 91 to 96 in 32b10d3
$$ | |
Output(i, x, y) = Input(i, x, y) / \left( | |
k + \alpha \sum\limits^{\min(C, c + n/2)}_{j = \max(0, c - n/2)} | |
(Input(j, x, y))^2 | |
\right)^{\beta} | |
$$ |
This violates the rule of LaTex in Markdown -- math equations must follow the starting $$, but not on the second line. This violation leads to wrong rendering of the equation on paddlepaddle.org:
This issue is the same as https://github.com/PaddlePaddle/PaddlePaddle.org/issues/339
Metadata
Metadata
Assignees
Labels
No labels