blob: 9acea855809ab1ba662f533248710177bfd1e0cd [file] [log] [blame] [view]
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.