diff --git a/_sources/recipes/TTS/ljspeech/vits.rst.txt b/_sources/recipes/TTS/ljspeech/vits.rst.txt index d08aa0f47..323d0adfc 100644 --- a/_sources/recipes/TTS/ljspeech/vits.rst.txt +++ b/_sources/recipes/TTS/ljspeech/vits.rst.txt @@ -1,11 +1,11 @@ -VITS +VITS-LJSpeech =============== This tutorial shows you how to train an VITS model with the `LJSpeech `_ dataset. .. note:: - + TTS related recipes require packages in ``requirements-tts.txt``. .. note:: @@ -120,4 +120,4 @@ Download pretrained models If you don't want to train from scratch, you can download the pretrained models by visiting the following link: - - ``_ + - ``_ diff --git a/_sources/recipes/TTS/vctk/vits.rst.txt b/_sources/recipes/TTS/vctk/vits.rst.txt index 34024a5ea..45ae9d9d2 100644 --- a/_sources/recipes/TTS/vctk/vits.rst.txt +++ b/_sources/recipes/TTS/vctk/vits.rst.txt @@ -1,11 +1,11 @@ -VITS +VITS-VCTK =============== This tutorial shows you how to train an VITS model with the `VCTK `_ dataset. .. note:: - + TTS related recipes require packages in ``requirements-tts.txt``. .. note:: diff --git a/index.html b/index.html index 0f14c52a1..737d51e4d 100644 --- a/index.html +++ b/index.html @@ -159,8 +159,8 @@ speech recognition recipes using TTS
  • Fine-tune a pre-trained model
      diff --git a/objects.inv b/objects.inv index d36afb37c..94b142724 100644 Binary files a/objects.inv and b/objects.inv differ diff --git a/recipes/Finetune/index.html b/recipes/Finetune/index.html index 805144b3c..25dce4b48 100644 --- a/recipes/Finetune/index.html +++ b/recipes/Finetune/index.html @@ -22,7 +22,7 @@ - + @@ -122,7 +122,7 @@ data to improve the performance on new domains.