Browse Source

README.md: updating terminology

master
rafaelvalle 5 years ago
parent
commit
a992aea070
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -3,10 +3,10 @@
PyTorch implementation of [Natural TTS Synthesis By Conditioning PyTorch implementation of [Natural TTS Synthesis By Conditioning
Wavenet On Mel Spectrogram Predictions](https://arxiv.org/pdf/1712.05884.pdf). 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/). 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 Visit our [website] for audio samples using our published [Tacotron 2] and
[WaveGlow] models. [WaveGlow] models.

Loading…
Cancel
Save