What is: Dilated Causal Convolution?
| Source | WaveNet: A Generative Model for Raw Audio |
| Year | 2000 |
| Data Source | CC BY-SA - https://paperswithcode.com |
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.
