Definition

Convolutional GRU applied the idea of Convolutional LSTM to Gated Recurrent Unit. When stacking multiple ConvGRU layers, each layer takes previous layer’s hidden state as an extra input.
- where are convolution filters.

Convolutional GRU applied the idea of Convolutional LSTM to Gated Recurrent Unit. When stacking multiple ConvGRU layers, each layer takes previous layer’s hidden state as an extra input.