mirror of https://github.com/malarinv/tacotron2
|
|
||
|---|---|---|
| text | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| audio_processing.py | ||
| corpus.txt | ||
| data_utils.py | ||
| demo_client.py | ||
| distributed.py | ||
| glow.py | ||
| hparams.py | ||
| layers.py | ||
| logger.py | ||
| loss_function.py | ||
| model.py | ||
| plotting_utils.py | ||
| requirements.txt | ||
| requirements_dev.txt | ||
| server.py | ||
| stft.py | ||
| train.py | ||
| tts.py | ||
| utils.py | ||
README.md
Setup
- clone the repo
git clone https://github.com/agaralabs/tacotron2
- cd to
tacotron2copy models from wolverine:
scp wolverine:/home/ubuntu/tacotron2/{checkpoint_15000,waveglow_256channels.pt} ./
scp wolverine:/home/ubuntu/tacotron2/waveglow ./
Wolverine Details:
Host wolverine
Hostname 54.71.137.17
User ubuntu
IdentityFile ~/.ssh/id_hip_ml
install the dependencies
pip install requirements.txt
Running:
python final.py