Http://pytorch.org/tutorials/beginner/nlp/sequence_models_tutorial.html

http://pytorch.org/tutorials/beginner/nlp/sequence_models_tutorial.html

i am following this post in my project work and i want to add more deep layers of LSTM , how can i do that ?
i tried some simples ways but didnt worked for me with the existent model.

if it is nn.LSTM, the number of layers is just a constructor argument.

http://pytorch.org/docs/master/nn.html#lstm