wavenet icon indicating copy to clipboard operation
wavenet copied to clipboard

Causal convolution

Open ghost opened this issue 7 years ago • 2 comments
trafficstars

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.

ghost avatar Sep 18 '18 06:09 ghost

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.

scarpma avatar Sep 05 '20 15:09 scarpma

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.

peustr avatar Sep 27 '22 15:09 peustr