From a992aea0706614233ce2c285af0ecde8578d9e08 Mon Sep 17 00:00:00 2001 From: rafaelvalle Date: Wed, 3 Apr 2019 14:54:45 -0700 Subject: [PATCH] README.md: updating terminology --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5300707..fa8f112 100755 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ PyTorch implementation of [Natural TTS Synthesis By Conditioning Wavenet On Mel Spectrogram Predictions](https://arxiv.org/pdf/1712.05884.pdf). -This implementation includes **distributed** and **fp16** support +This implementation includes **distributed** and **mixed precision** support and uses the [LJSpeech dataset](https://keithito.com/LJ-Speech-Dataset/). -Distributed and FP16 support uses NVIDIA's [Apex] and [AMP]. +Distributed and Mixed Precision support relies on NVIDIA's [Apex] and [AMP]. Visit our [website] for audio samples using our published [Tacotron 2] and [WaveGlow] models.