Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 629 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 629 Bytes

wavenet-tf2.0

this project implements a wavenet with tensorflow 2.0

download dataset

wavenet is trained on VCTK which is available here. unzip the zip file aftern downloading it.

how to create dataset

create dataset with the following command

python3 create_dataset.py <path/to/VCTK-Corpus>

how to train

train wavenet with the following command

python3 train.py

sample audio

sample audio of person id with

python3 Sampler.py <person_id>

the script will generate a wave file. listen the wave file to verify yourself.