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