Skip to content

Commit

Permalink
Small change in documentation for image link
Browse files Browse the repository at this point in the history
  • Loading branch information
amartya18x authored Jul 18, 2017
1 parent def0758 commit e92c1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/recurrent.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ References :
* C. [LSTM: A Search Space Odyssey](http://arxiv.org/pdf/1503.04069v1.pdf)
* D. [nngraph LSTM implementation on github](https://github.com/wojzaremba/lstm)

![LSTM](doc/image/LSTM.png)
![LSTM](.//image/LSTM.png)

Internally, `RecLSTM` uses a single module [StepLSTM](#rnn.StepLSTM), which is cloned (with shared parameters) for each time-step.
A 2.0x speedup is obtained by computing every time-step using a single specialized module instead of using multiple basic *nn* modules.
Expand Down

0 comments on commit e92c1ec

Please sign in to comment.