torch_conv_tbc {torch} | R Documentation |
Conv_tbc
Description
Conv_tbc
Usage
torch_conv_tbc(self, weight, bias, pad = 0L)
Arguments
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 |
TEST
Applies a 1-dimensional sequence convolution over an input sequence. Input and output dimensions are (Time, Batch, Channels) - hence TBC.
[Package torch version 0.13.0 Index]