QRNNLayer {fastai} | R Documentation |
QRNNLayer
Description
Apply a single layer Quasi-Recurrent Neural Network (QRNN) to an input sequence.
Usage
QRNNLayer(
input_size,
hidden_size = NULL,
save_prev_x = FALSE,
zoneout = 0,
window = 1,
output_gate = TRUE,
batch_first = TRUE,
backward = FALSE
)
Arguments
input_size |
input_size |
hidden_size | |
save_prev_x |
save_prev_x |
zoneout |
zoneout |
window |
window |
output_gate |
output_gate |
batch_first |
batch_first |
backward |
backward |
Value
None
[Package fastai version 2.2.2 Index]