Skip to content

Commit ef3420e

Browse files
authored
Fix the latex comment syntax in sgd_op.cc (#5940)
* Fix the latex comment syntax in sgd_op.cc * Change \textunderscore to \_
1 parent 90fc4a6 commit ef3420e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/operators/sgd_op.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ SGD operator
5555
5656
This operator implements one step of the stochastic gradient descent algorithm.
5757
58-
$$param_out = param - learning_rate * grad$$
58+
$$param\_out = param - learning\_rate * grad$$
5959
6060
)DOC");
6161
}

0 commit comments

Comments
 (0)