An unconditioned Wavenet implementation with fast generation.
Requires python 3.7.2 or greater, will install into a virtualenv.
bin/install
Training is done by running notebooks from the command line. Here's an
example call, which will run notebooks/train/maestro.ipynb
:
bin/train maestro -p batch_size 24 -p learning_rate 0.001