Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


torch (version 0.0.2)

nnf_conv_tbc: Conv_tbc

Description

Applies a 1-dimensional sequence convolution over an input sequence. Input and output dimensions are (Time, Batch, Channels) - hence TBC.

Usage

nnf_conv_tbc(input, weight, bias, pad = 0)

Arguments

input

input tensor of shape (sequence length×batch×in\_channels)

weight

filter of shape (kernel width×in\_channels×out\_channels)

bias

bias of shape (out\_channels)

pad

number of timesteps to pad. Default: 0