wavenet
wavenet copied to clipboard
Causal convolution
Hello,
The code is very well redacted and explained, thanks for it. I see the padding is put to 'same' in the model but shouldn't it be 'causal' ? as the wavenet use causal convolutions.
Hello,
The code is very well redacted and explained, thanks for it. I see the padding is put to 'same' in the model but shouldn't it be 'causal' ? as the wavenet use causal convolutions.
Hello, the code is very well written and explained, thanks very much. I agree with @Tspecq, shouldn't the padding be set to 'casual' ? And shouldn't also be more than one convolution for each residual block ? I understand that this is just an example of implementation, but I would like to understand the general shape of a wavenet. Thankyou.
Hello @Tspecq and @scarpma , It's embarrassing to reply so many years later, but I had forgotten about this project, and I didn't receive any notifications of your messages in my e-mail, sorry. You are absolutely right though, 'causal' padding would be the way to go. Many thanks for pointing it out! Thank you for taking an interest in the project and sorry for the (extremely) delayed response.