update docs

This commit is contained in:
yaozengwei 2024-02-28 20:50:16 +08:00
parent ae83d8070d
commit 956e58fe83
3 changed files with 6 additions and 5 deletions

View File

@ -1,11 +1,11 @@
VITS
VITS-LJSpeech
===============
This tutorial shows you how to train an VITS model
with the `LJSpeech <https://keithito.com/LJ-Speech-Dataset/>`_ dataset.
.. note::
TTS related recipes require packages in ``requirements-tts.txt``.
.. note::

View File

@ -1,11 +1,11 @@
VITS
VITS-VCTK
===============
This tutorial shows you how to train an VITS model
with the `VCTK <https://datashare.ed.ac.uk/handle/10283/3443>`_ dataset.
.. note::
TTS related recipes require packages in ``requirements-tts.txt``.
.. note::

View File

@ -3,4 +3,5 @@ matplotlib==3.8.2
cython==3.0.6
numba==0.58.1
g2p_en==2.1.0
espnet_tts_frontend==0.0.3
espnet_tts_frontend==0.0.3
# piper_phonemize: refer to https://github.com/rhasspy/piper-phonemize, could install the pre-built wheels from https://github.com/csukuangfj/piper-phonemize/releases/tag/2023.12.5