Unverified Commit 9441ea0c authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Boncheolgu/fix doc (#1123)

* [doc] Fix code snippet in derive-for-training

* Fix another code snippet in derive-for-training
parent 85f04dfb
...@@ -87,7 +87,7 @@ normalize with a ``softmax``. ...@@ -87,7 +87,7 @@ normalize with a ``softmax``.
.. literalinclude:: ../../../examples/mnist_mlp/mnist_mlp.cpp .. literalinclude:: ../../../examples/mnist_mlp/mnist_mlp.cpp
:language: cpp :language: cpp
:lines: 138-149 :lines: 137-149
.. _loss: .. _loss:
...@@ -101,7 +101,7 @@ to prevent underflow. ...@@ -101,7 +101,7 @@ to prevent underflow.
.. literalinclude:: ../../../examples/mnist_mlp/mnist_mlp.cpp .. literalinclude:: ../../../examples/mnist_mlp/mnist_mlp.cpp
:language: cpp :language: cpp
:lines: 151-166 :lines: 151-169
.. _backprop: .. _backprop:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment