Skip to content

Commit 8cff23c

Browse files
committed
Remove references to downloading the data
1 parent 980ab75 commit 8cff23c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doc/lstm.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ recurrent neural on the Large Movie Review Dataset dataset.
2424

2525
While the dataset is public, in this tutorial we provide a copy of the dataset
2626
that has previously been preprocessed according to the needs of this LSTM
27-
implementation. You can download this preprocessed version of the dataset
28-
using the script `download.sh
29-
<https://raw.githubusercontent.com/lisa-lab/DeepLearningTutorials/master/data/download.sh>`_.
27+
implementation. Running the code provided in this tutorial will automatically
28+
download the data to the local directory.
3029

3130
Model
3231
+++++
@@ -184,14 +183,14 @@ The LSTM implementation can be found in the two following files :
184183

185184
* `imdb.py <http://deeplearning.net/tutorial/code/imdb.py>`_ : Secondary script. Handles the loading and preprocessing of the IMDB dataset.
186185

187-
After downloading both the scripts, downloading the data and
188-
putting all those files in the same folder, the user can run the code by
189-
calling:
186+
After downloading both scripts and putting both in the same folder, the user
187+
can run the code by calling:
190188

191189
.. code-block:: bash
192190

193191
THEANO_FLAGS="floatX=float32" python train_lstm.py
194192

193+
The script will automatically download the data and decompress it.
195194

196195
Papers
197196
======

0 commit comments

Comments
 (0)