1
0
mirror of https://github.com/malarinv/tacotron2 synced 2026-03-08 01:32:35 +00:00

README.md: updating terminology

This commit is contained in:
rafaelvalle
2019-04-03 14:54:45 -07:00
parent eb2a171690
commit a992aea070

View File

@@ -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.