未验证 提交 ef3420e2 编写于 作者: A Abhinav Arora 提交者: GitHub

Fix the latex comment syntax in sgd_op.cc (#5940)

* Fix the latex comment syntax in sgd_op.cc

* Change \textunderscore to \_
上级 90fc4a6c
...@@ -55,7 +55,7 @@ SGD operator ...@@ -55,7 +55,7 @@ SGD operator
This operator implements one step of the stochastic gradient descent algorithm. This operator implements one step of the stochastic gradient descent algorithm.
$$param_out = param - learning_rate * grad$$ $$param\_out = param - learning\_rate * grad$$
)DOC"); )DOC");
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册