50% off: Unlimited data and AI learning.
The Learning Leader's Guide to AI Literacy

torch (version 0.14.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