tree: 7e4ab723b65bdfe85e0531951a445af64d40006a [path history] [tgz]
  1. get_ptb_data.sh
  2. lstm.py
  3. lstm_ptb.py
  4. README.md
example/model-parallel/lstm/README.md

Model Parallel LSTM

This is an example showing how to do model parallel LSTM in MXNet.

We use the PenTreeBank dataset in this example. Download the dataset with below command:

bash get_ptb_data.sh

This will download PenTreeBank dataset under data folder. Now, you can run the training as follows:

python lstm_ptb.py