Is there currently a way to specify causal convolutions in PyTorch?
Keras has a way to specify a "causal" padding in a conv layer https://keras.io/layers/convolutional/#conv1d
Note: I'm trying to implement Wavenet (https://deepmind.com/blog/wavenet-generative-model-raw-audio/).
Is there currently a way to specify causal convolutions in PyTorch?
Keras has a way to specify a "causal" padding in a conv layer https://keras.io/layers/convolutional/#conv1d
Note: I'm trying to implement Wavenet (https://deepmind.com/blog/wavenet-generative-model-raw-audio/).