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

Rank loss op doc displayed incorrectly on paddle.org #6070

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

Rank loss op doc displayed incorrectly on paddle.org #6070

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

Comments

@kexinzhao
Copy link
Contributor

\f$$
C_{i,j} = -\tilde{P_{ij}} * o_{i,j} + log(1 + e^{o_{i,j}}) \\
o_{i,j} = o_i - o_j \\
\tilde{P_{i,j}} = \left \{0, 0.5, 1 \right \} \ or \ \left \{0, 1 \right \}
\f$$

\f should be removed.

Correctly, it is incorrectly displayed here:
http://www.paddlepaddle.org/docs/develop/documentation/en/operators.html#permalink-82-rank_loss

@kuke
Copy link
Contributor

kuke commented Nov 30, 2017

Thanks. I will fix it

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