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 equation in adagrad_op.cc #5973

Closed
kexinzhao opened this issue Nov 28, 2017 · 1 comment
Closed

Wrong LaTeX equation in adagrad_op.cc #5973

kexinzhao opened this issue Nov 28, 2017 · 1 comment
Assignees

Comments

@kexinzhao
Copy link
Contributor

kexinzhao commented Nov 28, 2017

$$momentOut = moment + grad * grad \break
paramOut = param - learningRate * grad / ($\sqrt{momentOut}$ + \epsilon) \break
$$

It seems that a pair of $'s nests in the pair of double-$, which leads to wrong LaTeX equation displaying at http://www.paddlepaddle.org/docs/develop/documentation/en/operators.html#permalink-2-adagrad

@kavyasrinet
Copy link

Fixed this in the pull request here : #6009
Please review when you can @kexinzhao

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

2 participants