basveeling / wavenet

Keras WaveNet implementation
https://soundcloud.com/basveeling/wavenet-sample
1.06k stars 219 forks source link

Fixes #10 #11

Closed jfsantos closed 7 years ago

jfsantos commented 7 years ago

Parameterizing the skip connections via a separate 1D convolution.

jfsantos commented 7 years ago

This was just fixed on master, so I'm closing my PR.

basveeling commented 7 years ago

Thanks for the contribution João! Unfortunately I had just fixed the same thing, and since our changes are similar I'm closing this one.

jfsantos commented 7 years ago

No problem. It was a trivial fix and only took me a couple of minutes anyway :)