nnf_conv_tbc | R Documentation |
Applies a 1-dimensional sequence convolution over an input sequence. Input and output dimensions are (Time, Batch, Channels) - hence TBC.
nnf_conv_tbc(input, weight, bias, pad = 0)
input |
input tensor of shape |
weight |
filter of shape ( |
bias |
bias of shape ( |
pad |
number of timesteps to pad. Default: 0 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.