r9y9 / wavenet_vocoder

WaveNet vocoder
https://r9y9.github.io/wavenet_vocoder/
Other
2.31k stars 499 forks source link

Gaussian WaveNet #157

Closed r9y9 closed 5 years ago

r9y9 commented 5 years ago

Currently, only the MoL is supported for parametric output distribution, but Gaussian output should be pretty easy to implement. I will make some time to support Gaussian perhaps this weekend.

rishikksh20 commented 5 years ago

Sounds great

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

r9y9 commented 5 years ago

Finally, I pushed the code in #164 https://github.com/r9y9/wavenet_vocoder/commit/57a39ee5deb029ec636cadb17cbbff6a6f60f5f0. I will do tests next.