Browse Source

Update README.md

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

+ 27
- 0
README.md View File

@ -20,3 +20,30 @@ and rename it Squeezewave.pt ( select based on quality and size tradeoff)
-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
``` ```
# Running Infernce
1. cd FastSpeech ; run_inference.sh
2. cd SqueezeWave ; run_inference.sh
This generate wave file.
# Example Run(Single CORE CPU)
( Time calculation except loading time of model)
Text -->" Printing, in the only sense with which we are at present concerned, differs from most if not from all the arts and crafts represented in the Exhibition in being comparatively modern"
Audio Duratio generated 11.5 Sec in arodun 3.83 seconds
```
07:40:00alok@/mount/data/fastspeech_squeezewave/FastSpeech$ bash run_inference.sh
MEL Calculation:
2.827802896499634
07:40:37alok@/mount/data/fastspeech_squeezewave/SqueezeWave$ bash run_inference.sh
./test_synthesis.wav
Squeezewave vocoder time
1.0016820430755615
```

Loading…
Cancel
Save