Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong LaTeX format in operator documentation #5852

Closed
wangkuiyi opened this issue Nov 23, 2017 · 1 comment
Closed

Wrong LaTeX format in operator documentation #5852

wangkuiyi opened this issue Nov 23, 2017 · 1 comment

Comments

@wangkuiyi
Copy link
Collaborator

For an example, in lrn_op.cc we have

$$
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:

screen shot 2017-11-22 at 4 13 56 pm

This issue is the same as https://github.com/PaddlePaddle/PaddlePaddle.org/issues/339

@shanyi15
Copy link
Collaborator

shanyi15 commented Feb 7, 2018

@shanyi15 shanyi15 closed this as completed Feb 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants