RNN Models where the output of a cell is the input to the other

Hi,

I am not very familiar with RNN (LSTM, GRU) models and I wanted to check how I can construct a model where the output of one RNN Cell is the input to the other using Keras.
Do I have to construct my own model using LSTMCell for example?

Thanks

Fadi Badine

1 Like