QRNNLayer
Apply a single layer Quasi-Recurrent Neural Network (QRNN) to an input sequence.
QRNNLayer( input_size, hidden_size = NULL, save_prev_x = FALSE, zoneout = 0, window = 1, output_gate = TRUE, batch_first = TRUE, backward = FALSE )
input_size |
input_size |
hidden_size |
hidden_size |
save_prev_x |
save_prev_x |
zoneout |
zoneout |
window |
window |
output_gate |
output_gate |
batch_first |
batch_first |
backward |
backward |
None
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.