From 3b582710f29044a051d5ad251a4eb13f4403bf67 Mon Sep 17 00:00:00 2001 From: alokprasad Date: Tue, 10 Mar 2020 17:43:17 +0530 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e98fc83..5bcf3dc 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,21 @@ Integration of Fastspeech Text to Mel generation and fast Vocoder Squeezewave ( CPU only) Code from + https://github.com/xcmyz/FastSpeech + https://github.com/tianrengao/SqueezeWave -Put Model in Squeezewave from https://drive.google.com/file/d/1RyVMLY2l8JJGq_dCEAAd8rIRIn_k13UB/view?usp=sharing + +Put Model in Squeezewave from + +https://drive.google.com/file/d/1RyVMLY2l8JJGq_dCEAAd8rIRIn_k13UB/view?usp=sharing + and rename it Squeezewave.pt ( select based on quality and size tradeoff) + +``` -rwxrwxrwx 1 root root 312M Jan 17 05:02 L128_large_pretrain -rwxrwxrwx 1 root root 97M Jan 17 05:02 L128_small_pretrain -rwxrwxrwx 1 root root 324M Jan 17 05:01 L64_large_pretrain -rwxrwxrwx 1 root root 106M Jan 17 05:03 L64_small_pretrain +```