From ef3420e2b940d23bbc5cbb1b80d4bca457507257 Mon Sep 17 00:00:00 2001 From: Abhinav Arora Date: Mon, 27 Nov 2017 19:02:42 +0530 Subject: [PATCH] Fix the latex comment syntax in sgd_op.cc (#5940) * Fix the latex comment syntax in sgd_op.cc * Change \textunderscore to \_ --- paddle/operators/sgd_op.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/operators/sgd_op.cc b/paddle/operators/sgd_op.cc index 72f4e4d5cb..5576d7b8be 100644 --- a/paddle/operators/sgd_op.cc +++ b/paddle/operators/sgd_op.cc @@ -55,7 +55,7 @@ SGD operator This operator implements one step of the stochastic gradient descent algorithm. -$$param_out = param - learning_rate * grad$$ +$$param\_out = param - learning\_rate * grad$$ )DOC"); } -- GitLab