From 5bc2a53e20b3b533362f974cfa1ea0267ae1c2b1 Mon Sep 17 00:00:00 2001 From: Rafael Valle Date: Tue, 2 Jun 2020 15:13:28 -0700 Subject: [PATCH] README.md: reporting correct number after finding bug in inference time code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39d549b..b94648c 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ using only a single network, trained using only a single cost function: maximizing the likelihood of the training data, which makes the training procedure simple and stable. -Our [PyTorch] implementation produces audio samples at a rate of 4850 +Our [PyTorch] implementation produces audio samples at a rate of 1200 kHz on an NVIDIA V100 GPU. Mean Opinion Scores show that it delivers audio quality as good as the best publicly available WaveNet implementation. @@ -88,4 +88,4 @@ with fused residual and skip connections. [published model]: https://drive.google.com/open?id=1rpK8CzAAirq9sWZhe9nlfvxMF1dRgFbF [mel-spectrograms]: https://drive.google.com/file/d/1g_VXK2lpP9J25dQFhQwx7doWl_p20fXA/view?usp=sharing [LJ Speech Data]: https://keithito.com/LJ-Speech-Dataset -[Apex]: https://github.com/nvidia/apex \ No newline at end of file +[Apex]: https://github.com/nvidia/apex