tacotron2/README.md

24 lines
475 B
Markdown
Raw Normal View History

2018-05-03 22:10:51 +00:00
## Setup
- clone the repo
2018-05-03 22:10:51 +00:00
`git clone https://github.com/agaralabs/tacotron2`
- cd to `tacotron2` copy models from wolverine:
2018-05-03 22:10:51 +00:00
`scp wolverine:/home/ubuntu/tacotron2/{checkpoint_15000,waveglow_256channels.pt} ./`
`scp wolverine:/home/ubuntu/tacotron2/waveglow ./`
2018-05-03 22:10:51 +00:00
**Wolverine Details:**
```
Host wolverine
Hostname 54.71.137.17
User ubuntu
IdentityFile ~/.ssh/id_hip_ml
```
install the dependencies
`pip install requirements.txt`
2018-05-03 22:10:51 +00:00
## Running:
`python final.py`