This is the Chainer implementation of WaveNet
この記事で実装したコードです。
まだ完成していませんが音声の生成はできます。
- Generating audio
- Local conditioning
- Global conditioning
- Training on CSTR VCTK Corpus
- Chainer 2
- scipy.io.wavfile
Donwsample your .wav to 16KHz / 8KHz to speed up convergence.
Add all .wav files to /train_audio/wav
You can edit the hyperparameters of the network in model.py
before running train.py
, or edit /params/params.json
after training starts.
run train.py
run generate.py
Passing --use_faster_wavenet
will generate audio faster than original WaveNet.