Skip to content

Commit 07f2d5c

Browse files
Kyunghyun ChoKyunghyun Cho
authored andcommitted
a link to word dictionary added
1 parent 55db5cd commit 07f2d5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/lstm.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ The LSTM implementation can be found in the two following files :
185185

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

188+
* `imdb.dict.pkl.gz <http://www.iro.umontreal.ca/~lisa/deep/data/imdb.dict.pkl.gz>`_ : Word-index dictionary. Use it to test a trained model on your own corpus.
189+
188190
After downloading both scripts and putting both in the same folder, the user
189191
can run the code by calling:
190192

0 commit comments

Comments
 (0)