tree: 1bbeb8649e85523fdade3092a38cdae13545e41c [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. Most of the code is duplicated with the rnn example, and should be eventually merged.