update link in docstring

This commit is contained in:
lfchener 2020-12-18 15:53:24 +08:00
parent 6b8573898a
commit 3baffa5f4c
1 changed files with 4 additions and 4 deletions

View File

@ -493,13 +493,13 @@ class Tacotron2(nn.Layer):
"""Tacotron2 model for end-to-end text-to-speech (E2E-TTS). """Tacotron2 model for end-to-end text-to-speech (E2E-TTS).
This is a model of Spectrogram prediction network in Tacotron2 described This is a model of Spectrogram prediction network in Tacotron2 described
in `Natural TTS Synthesis in ``Natural TTS Synthesis
by Conditioning WaveNet on Mel Spectrogram Predictions`_, by Conditioning WaveNet on Mel Spectrogram Predictions``,
which converts the sequence of characters which converts the sequence of characters
into the sequence of mel spectrogram. into the sequence of mel spectrogram.
.. _`Natural TTS Synthesis by Conditioning WaveNet on Mel Spectrogram Predictions`: `Natural TTS Synthesis by Conditioning WaveNet on Mel Spectrogram Predictions
https://arxiv.org/abs/1712.05884 <https://arxiv.org/abs/1712.05884>`_.
Parameters Parameters
---------- ----------