1
0
mirror of https://github.com/malarinv/tacotron2 synced 2026-03-08 01:32:35 +00:00
Malar Kannan 08ad9ce16e 1. clean-up redundant code
2. remove ffmpeg dependency using librosa api
3. remove waveglow submodule
2019-07-02 16:16:44 +05:30
2018-11-25 22:34:26 -08:00
2019-07-01 14:47:55 +05:30
2018-05-03 15:16:57 -07:00
2018-11-25 22:32:47 -08:00
2019-07-02 16:16:44 +05:30
2019-07-02 16:16:44 +05:30
2019-07-01 14:47:55 +05:30
2018-11-25 22:33:32 -08:00
2019-04-03 13:35:04 -08:00
2018-05-03 15:16:57 -07:00
2018-05-03 15:16:57 -07:00
2019-07-02 16:16:44 +05:30
2019-07-01 14:47:55 +05:30
2019-06-28 09:46:46 +05:30
2019-06-28 09:46:46 +05:30
2019-07-02 16:16:44 +05:30
2019-06-28 09:46:46 +05:30

Setup

  • clone the repo

git clone https://github.com/agaralabs/tacotron2

  • cd to tacotron2 copy 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

Description
No description provided
Readme 3.3 MiB
Languages
Python 96.9%
Makefile 3.1%