deep learning - How to use mxnet RNN symbol to generate lstm -
i've found rnn symbol added in mxnet v0.7 python lib. now, i'm trying use impl lstm in example/rnn python. have no idea because there's no document or information of input , output. can give me advice? thanks
i think have given simple example on how use rnn symbol build lstm (they have mode option this, i.e., mode='lstm'). here example, check out: https://github.com/dmlc/mxnet/blob/master/example/rnn/rnn_cell_demo.py
Comments
Post a Comment