Skip to content

Commit e64f050

Browse files
committed
Merge pull request lisa-lab#76 from kyunghyuncho/lstm_tutorial
fixed the typo in LSTM tutorial
2 parents bc7eb60 + 4c293fe commit e64f050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/lstm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ can run the code by calling:
190190

191191
.. code-block:: bash
192192

193-
THEANO_FLAGS="floatX=float32" python train_lstm.py
193+
THEANO_FLAGS="floatX=float32" python lstm.py
194194

195195
The script will automatically download the data and decompress it.
196196

0 commit comments

Comments
 (0)