Home

Awesome

WaveNet

Implementation of WaveNet: A Generative Model for Raw Audio

figure

Dependencies

Theano
Lasagne
Keras

#####Implementation includes:

#####DeepMind Blog Post
https://deepmind.com/blog/wavenet-generative-model-raw-audio/

#####Paper
https://arxiv.org/pdf/1609.03499.pdf

#####Parts adapted from
https://github.com/igul222/pixel_rnn and
https://github.com/kundan2510/pixelCNN