资源算法wavenet

wavenet

2019-09-18 | |  58 |   0 |   0

WaveNet: A Generative Model for Raw Audio

This is the Chainer implementation of WaveNet

Todo:

  • [x] Generating audio

  • [ ] Local conditioning

  • [ ] Global conditioning

  • [ ] Training on CSTR VCTK Corpus

Training the network

Requirements

  • Chainer 2

  • scipy.io.wavfile

Preprocessing

Donwsample your .wav to 16KHz / 8KHz to speed up convergence.

Create data directory

Add all .wav files to /train_audio/wav

Hyperparameters

You can edit the hyperparameters of the network in model.py before running train.py, or edit /params/params.json after training starts.

Training

run train.py

Generating audio

run generate.py

Passing --use_faster_wavenet will generate audio faster than original WaveNet.

Listen to a sample generated by WaveNet

music

Implementation

arch.pngblock.pngactual_data.png

上一篇:crnn-mxnet-chinese-text-recognition

下一篇:pytorch-NeuCom

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...