Temporal Convolutions

Dilated Causal Convolution

Introduced by Oord et al. in WaveNet: A Generative Model for Raw Audio

A Dilated Causal Convolution is a causal convolution where the filter is applied over an area larger than its length by skipping input values with a certain step. A dilated causal convolution effectively allows the network to have very large receptive fields with just a few layers.

Source: WaveNet: A Generative Model for Raw Audio

Papers


Paper Code Results Date Stars

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories