File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 16
16
$DL_CMD http://www.iro.umontreal.ca/~lisa/deep/data/mnist/mnist.pkl.gz
17
17
$DL_CMD http://www.iro.umontreal.ca/~lisa/deep/data/mnist/mnist_py3k.pkl.gz
18
18
$DL_CMD http://www.iro.umontreal.ca/~lisa/deep/data/imdb.pkl.gz && gunzip imdb.pkl.gz
19
+ $DL_CMD http://www.iro.umontreal.ca/~lisa/deep/data/imdb.dict.pkl.gz && gunzip imdb.dict.pkl.gz
19
20
$DL_CMD http://www.iro.umontreal.ca/~lisa/deep/data/Nottingham.zip && unzip -u Nottingham.zip
20
21
$DL_CMD http://www.iro.umontreal.ca/~lisa/deep/midi.zip && unzip -u midi.zip -d ../code && echo " extracted Modified Python MIDI package (GPL)"
21
22
$DL_CMD http://www-etud.iro.umontreal.ca/~mesnilgr/atis/atis.fold0.pkl.gz
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ that has previously been preprocessed according to the needs of this LSTM
27
27
implementation. Running the code provided in this tutorial will automatically
28
28
download the data to the local directory.
29
29
30
+ Once the model is trained, you can test it with your own corpus using the
31
+ word-index dictionary
32
+ (`imdb.dict.pkl.gz <http://www.iro.umontreal.ca/~lisa/deep/data/imdb.dict.pkl.gz>`_)
33
+ provided as a part of this tutorial.
34
+
30
35
Model
31
36
+++++
32
37
You can’t perform that action at this time.
0 commit comments