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

* Fix the latex comment syntax in sgd_op.cc

* Change \textunderscore to \_
release/0.11.0
Abhinav Arora 7 years ago committed by GitHub
parent 90fc4a6cd5
commit ef3420e2b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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");
}

Loading…
Cancel
Save