From a1bedda4e1a56cfe872acacbb39f56ea3dfebbe5 Mon Sep 17 00:00:00 2001 From: alokprasad Date: Fri, 13 Mar 2020 07:48:50 +0530 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 5bcf3dc..43f5729 100644 --- a/README.md +++ b/README.md @@ -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 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 +``` + +