Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change equation formatting to code formatting
build_finetune_functions is being rendered as a broken math equation, not a code snippet.
  • Loading branch information
zacstewart committed Dec 30, 2013
commit d71526094d35de0cec9b0dbad66678829213ba8d
2 changes: 1 addition & 1 deletion doc/SdA.txt
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ to the training set for a fixed number of epochs given by

The fine-tuning loop is very similar with the one in the :ref:`mlp`, the
only difference is that we will use now the functions given by
`build_finetune_functions` .
``build_finetune_functions`` .



Expand Down