tmontaj / WaveNet-tf2

WaveNet with TensorFlow 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WaveNet Tensorflow v2

WaveNet with TensorFlow 2.0

Train

Library

tensorflow
numpy
librosa
scipy
   ls wavs/*.wav | tail -n+10 > train_files.txt
   ls wavs/*.wav | head -n10 > test_files.txt
   python preprocess.py
   python train.py

Eval

   python synthesize.py [input_path] [output_path] [weight_path]

Result

The 1-day training model synsthesis result is below: 0001

pre trained model link is still a little way off.

Book

4a948f86-b96f-42ea-927f-14232d57589c_base_resized

https://techbookfest.org/product/5743005264773120
https://otakuassembly.booth.pm/items/1834753

References

WaveNet

論文。

r9y9/wavenet_vocoder
LESS IS MORE/WaveNet vocoder をやってみましたので、その記録です

いくつもの論文で使われている実装。PyTorch。

Rayhane-mamah/Tacotron-2

Tactron2 + WaveNetのDeepMindの人の実装。TensorFlow v1。

Monthly Hacker's Blog/VQ-VAEの追試で得たWaveNetのノウハウをまとめてみた。

WaveNetに関する知見が纏められている。

Synthesize Human Speech with WaveNet

Colabを用いた解説。Chainer。

The LJ Speech Dataset

英語の単一話者のデータセット。

JSUT

日本語の単一話者のデータセット。

About

WaveNet with TensorFlow 2.0


Languages

Language:Jupyter Notebook 83.1%Language:Python 16.9%