Skip to content

Commit daf4800

Browse files
committed
Merge pull request lisa-lab#105 from kyunghyuncho/lstm_grad_clip
preprocessing script linked
2 parents a16ed9e + 5065216 commit daf4800

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/lstm.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ recurrent neural network on the Large Movie Review Dataset dataset.
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
2727
implementation. Running the code provided in this tutorial will automatically
28-
download the data to the local directory.
28+
download the data to the local directory. In order to use your own data, please
29+
use a (`preprocessing script
30+
<https://raw.githubusercontent.com/kyunghyuncho/DeepLearningTutorials/master/code/imdb_preprocess.py>`_)
31+
provided as a part of this tutorial.
2932

3033
Once the model is trained, you can test it with your own corpus using the
3134
word-index dictionary

0 commit comments

Comments
 (0)