Browse Source

Update README.md

master
alokprasad 4 years ago
committed by GitHub
parent
commit
3b582710f2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions
  1. +10
    -1
      README.md

+ 10
- 1
README.md View File

@ -2,12 +2,21 @@
Integration of Fastspeech Text to Mel generation and fast Vocoder Squeezewave ( CPU only) Integration of Fastspeech Text to Mel generation and fast Vocoder Squeezewave ( CPU only)
Code from Code from
https://github.com/xcmyz/FastSpeech https://github.com/xcmyz/FastSpeech
https://github.com/tianrengao/SqueezeWave 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) 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 312M Jan 17 05:02 L128_large_pretrain
-rwxrwxrwx 1 root root 97M Jan 17 05:02 L128_small_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 324M Jan 17 05:01 L64_large_pretrain
-rwxrwxrwx 1 root root 106M Jan 17 05:03 L64_small_pretrain -rwxrwxrwx 1 root root 106M Jan 17 05:03 L64_small_pretrain
```

Loading…
Cancel
Save