Wavenet/bytenet implementations

In the roadmap for alpha6, there is a hint to a wavenet/bytenet implementation in the examples section. We are already far past that milestone but did those examples ever make it to the examples repository?

I’d love to see code in that direction. Unfortunately I don’t have time currently to work on my own implementation.

1 Like

Hi,

yep that’s a pretty interesting project to work on! I just had a look at the TF code,

Doesn’t look to bad?

I’m working on a Wavenet implementation in PyTorch. I haven’t finished but it’s partially functional now.

1 Like

Check out this WaveNet implementation. It’s pretty neat: