Conv_tbc
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)
Arguments
input
: input tensor of shape c("(mboxsequencelengthtimes\n", "batchtimesmboxinchannels)")
weight
: filter of shape (c("mboxkernelwidthtimesmboxinchannels\n", "timesmboxoutchannels"))
bias
: bias of shape (\mboxout_channels)
pad
: number of timesteps to pad. Default: 0