File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ While the dataset is public, in this tutorial we provide a copy of the dataset
2626that has previously been preprocessed according to the needs of this LSTM
2727implementation. You can download this preprocessed version of the dataset
2828using the script `download.sh
29- <https://raw.githubusercontent.com/lisa-lab/DeepLearningTutorials/master/data/download.sh>`_
30- and uncompress it.
29+ <https://raw.githubusercontent.com/lisa-lab/DeepLearningTutorials/master/data/download.sh>`_.
3130
3231Model
3332+++++
@@ -185,7 +184,7 @@ The LSTM implementation can be found in the two following files :
185184
186185* `imdb.py <http://deeplearning.net/tutorial/code/imdb.py>`_ : Secondary script. Handles the loading and preprocessing of the IMDB dataset.
187186
188- After downloading both the scripts, downloading and uncompressing the data and
187+ After downloading both the scripts, downloading the data and
189188putting all those files in the same folder, the user can run the code by
190189calling:
191190
You can’t perform that action at this time.
0 commit comments