layer_stacked_rnn_cells {keras} | R Documentation |
Used to implement efficient stacked RNNs.
layer_stacked_rnn_cells(cells, ...)
cells |
List of RNN cell instances. |
... |
standard layer arguments. |
Other RNN cell layers:
layer_gru_cell()
,
layer_lstm_cell()
,
layer_simple_rnn_cell()