LSTM num_layers

Hi, I am coming from Keras and I was wondering about the num_layers field in LSTMs (there is no such parameter in Keras).
Is this essentially stacking LSTM ? I am imagining this to be the number of stacked cell layers ?

Yes, this is stacking LSTMs.

I feel like this should be documented clearly…I was also trying to figure this out :weary:

1 Like