layer_stacked_rnn_cells: Wrapper allowing a stack of RNN cells to behave as a single...

View source: R/layers-recurrent-cells.R

layer_stacked_rnn_cellsR Documentation

Wrapper allowing a stack of RNN cells to behave as a single cell

Description

Used to implement efficient stacked RNNs.

Usage

layer_stacked_rnn_cells(cells, ...)

Arguments

cells

List of RNN cell instances.

...

standard layer arguments.

See Also

Other RNN cell layers: layer_gru_cell(), layer_lstm_cell(), layer_simple_rnn_cell()


keras documentation built on Aug. 16, 2023, 1:07 a.m.