keras-wavenet
keras-wavenet copied to clipboard
add causal convolution
In the paper of WaveNet, causal convolution is applied to the input data first. but there is no description of causal convolution in this source code, so I created it. Since it is described on line 32 of simple-generative-model.py, please check it when you have time. I am sorry if I misunderstood.