Skip to content

Commit

Permalink
deploy: d89f4ea
Browse files Browse the repository at this point in the history
  • Loading branch information
yaozengwei committed Feb 29, 2024
1 parent a90f454 commit 7edf08e
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 35 deletions.
6 changes: 3 additions & 3 deletions _sources/recipes/TTS/ljspeech/vits.rst.txt
Original file line number Diff line number Diff line change
@@ -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::
Expand Down Expand Up @@ -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:

- `<https://huggingface.co/Zengwei/icefall-tts-ljspeech-vits-2023-11-29>`_
- `<https://huggingface.co/Zengwei/icefall-tts-ljspeech-vits-2024-02-28>`_
4 changes: 2 additions & 2 deletions _sources/recipes/TTS/vctk/vits.rst.txt
Original file line number Diff line number Diff line change
@@ -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::
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ <h1>Icefall<a class="headerlink" href="#icefall" title="Permalink to this headin
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="recipes/TTS/index.html">TTS</a><ul>
<li class="toctree-l3"><a class="reference internal" href="recipes/TTS/ljspeech/vits.html">VITS</a></li>
<li class="toctree-l3"><a class="reference internal" href="recipes/TTS/vctk/vits.html">VITS</a></li>
<li class="toctree-l3"><a class="reference internal" href="recipes/TTS/ljspeech/vits.html">VITS-LJSpeech</a></li>
<li class="toctree-l3"><a class="reference internal" href="recipes/TTS/vctk/vits.html">VITS-VCTK</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="recipes/Finetune/index.html">Fine-tune a pre-trained model</a><ul>
Expand Down
Binary file modified objects.inv
Binary file not shown.
4 changes: 2 additions & 2 deletions recipes/Finetune/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="Finetune from a supervised pre-trained Zipformer model" href="from_supervised/finetune_zipformer.html" />
<link rel="prev" title="VITS" href="../TTS/vctk/vits.html" />
<link rel="prev" title="VITS-VCTK" href="../TTS/vctk/vits.html" />
</head>

<body class="wy-body-for-nav">
Expand Down Expand Up @@ -122,7 +122,7 @@ <h1>Fine-tune a pre-trained model<a class="headerlink" href="#fine-tune-a-pre-tr
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="../TTS/vctk/vits.html" class="btn btn-neutral float-left" title="VITS" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="../TTS/vctk/vits.html" class="btn btn-neutral float-left" title="VITS-VCTK" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="from_supervised/finetune_zipformer.html" class="btn btn-neutral float-right" title="Finetune from a supervised pre-trained Zipformer model" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

Expand Down
12 changes: 6 additions & 6 deletions recipes/TTS/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="VITS" href="ljspeech/vits.html" />
<link rel="next" title="VITS-LJSpeech" href="ljspeech/vits.html" />
<link rel="prev" title="Train an RNN language model" href="../RNN-LM/librispeech/lm-training.html" />
</head>

Expand Down Expand Up @@ -58,8 +58,8 @@
<li class="toctree-l2"><a class="reference internal" href="../Streaming-ASR/index.html">Streaming ASR</a></li>
<li class="toctree-l2"><a class="reference internal" href="../RNN-LM/index.html">RNN-LM</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">TTS</a><ul>
<li class="toctree-l3"><a class="reference internal" href="ljspeech/vits.html">VITS</a></li>
<li class="toctree-l3"><a class="reference internal" href="vctk/vits.html">VITS</a></li>
<li class="toctree-l3"><a class="reference internal" href="ljspeech/vits.html">VITS-LJSpeech</a></li>
<li class="toctree-l3"><a class="reference internal" href="vctk/vits.html">VITS-VCTK</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../Finetune/index.html">Fine-tune a pre-trained model</a></li>
Expand Down Expand Up @@ -103,7 +103,7 @@
<h1>TTS<a class="headerlink" href="#tts" title="Permalink to this heading"></a></h1>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="ljspeech/vits.html">VITS</a><ul>
<li class="toctree-l1"><a class="reference internal" href="ljspeech/vits.html">VITS-LJSpeech</a><ul>
<li class="toctree-l2"><a class="reference internal" href="ljspeech/vits.html#data-preparation">Data preparation</a></li>
<li class="toctree-l2"><a class="reference internal" href="ljspeech/vits.html#build-monotonic-alignment-search">Build Monotonic Alignment Search</a></li>
<li class="toctree-l2"><a class="reference internal" href="ljspeech/vits.html#training">Training</a></li>
Expand All @@ -112,7 +112,7 @@ <h1>TTS<a class="headerlink" href="#tts" title="Permalink to this heading"></
<li class="toctree-l2"><a class="reference internal" href="ljspeech/vits.html#download-pretrained-models">Download pretrained models</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="vctk/vits.html">VITS</a><ul>
<li class="toctree-l1"><a class="reference internal" href="vctk/vits.html">VITS-VCTK</a><ul>
<li class="toctree-l2"><a class="reference internal" href="vctk/vits.html#data-preparation">Data preparation</a></li>
<li class="toctree-l2"><a class="reference internal" href="vctk/vits.html#build-monotonic-alignment-search">Build Monotonic Alignment Search</a></li>
<li class="toctree-l2"><a class="reference internal" href="vctk/vits.html#training">Training</a></li>
Expand All @@ -130,7 +130,7 @@ <h1>TTS<a class="headerlink" href="#tts" title="Permalink to this heading"></
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="../RNN-LM/librispeech/lm-training.html" class="btn btn-neutral float-left" title="Train an RNN language model" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="ljspeech/vits.html" class="btn btn-neutral float-right" title="VITS" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="ljspeech/vits.html" class="btn btn-neutral float-right" title="VITS-LJSpeech" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

<hr/>
Expand Down
18 changes: 9 additions & 9 deletions recipes/TTS/ljspeech/vits.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>VITS &mdash; icefall 0.1 documentation</title>
<title>VITS-LJSpeech &mdash; icefall 0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=19f00094" />

Expand All @@ -21,7 +21,7 @@
<script src="../../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../../genindex.html" />
<link rel="search" title="Search" href="../../../search.html" />
<link rel="next" title="VITS" href="../vctk/vits.html" />
<link rel="next" title="VITS-VCTK" href="../vctk/vits.html" />
<link rel="prev" title="TTS" href="../index.html" />
</head>

Expand Down Expand Up @@ -58,7 +58,7 @@
<li class="toctree-l2"><a class="reference internal" href="../../Streaming-ASR/index.html">Streaming ASR</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../RNN-LM/index.html">RNN-LM</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="../index.html">TTS</a><ul class="current">
<li class="toctree-l3 current"><a class="current reference internal" href="#">VITS</a><ul>
<li class="toctree-l3 current"><a class="current reference internal" href="#">VITS-LJSpeech</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#data-preparation">Data preparation</a></li>
<li class="toctree-l4"><a class="reference internal" href="#build-monotonic-alignment-search">Build Monotonic Alignment Search</a></li>
<li class="toctree-l4"><a class="reference internal" href="#training">Training</a></li>
Expand All @@ -67,7 +67,7 @@
<li class="toctree-l4"><a class="reference internal" href="#download-pretrained-models">Download pretrained models</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="../vctk/vits.html">VITS</a></li>
<li class="toctree-l3"><a class="reference internal" href="../vctk/vits.html">VITS-VCTK</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../../Finetune/index.html">Fine-tune a pre-trained model</a></li>
Expand Down Expand Up @@ -98,7 +98,7 @@
<li><a href="../../../index.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item"><a href="../../index.html">Recipes</a></li>
<li class="breadcrumb-item"><a href="../index.html">TTS</a></li>
<li class="breadcrumb-item active">VITS</li>
<li class="breadcrumb-item active">VITS-LJSpeech</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/k2-fsa/icefall/blob/master/docs/source/recipes/TTS/ljspeech/vits.rst" class="fa fa-github"> Edit on GitHub</a>
</li>
Expand All @@ -108,8 +108,8 @@
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<section id="vits">
<h1>VITS<a class="headerlink" href="#vits" title="Permalink to this heading"></a></h1>
<section id="vits-ljspeech">
<h1>VITS-LJSpeech<a class="headerlink" href="#vits-ljspeech" title="Permalink to this heading"></a></h1>
<p>This tutorial shows you how to train an VITS model
with the <a class="reference external" href="https://keithito.com/LJ-Speech-Dataset/">LJSpeech</a> dataset.</p>
<div class="admonition note">
Expand Down Expand Up @@ -208,7 +208,7 @@ <h2>Download pretrained models<a class="headerlink" href="#download-pretrained-m
by visiting the following link:</p>
<blockquote>
<div><ul class="simple">
<li><p><a class="reference external" href="https://huggingface.co/Zengwei/icefall-tts-ljspeech-vits-2023-11-29">https://huggingface.co/Zengwei/icefall-tts-ljspeech-vits-2023-11-29</a></p></li>
<li><p><a class="reference external" href="https://huggingface.co/Zengwei/icefall-tts-ljspeech-vits-2024-02-28">https://huggingface.co/Zengwei/icefall-tts-ljspeech-vits-2024-02-28</a></p></li>
</ul>
</div></blockquote>
</section>
Expand All @@ -219,7 +219,7 @@ <h2>Download pretrained models<a class="headerlink" href="#download-pretrained-m
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="../index.html" class="btn btn-neutral float-left" title="TTS" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="../vctk/vits.html" class="btn btn-neutral float-right" title="VITS" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="../vctk/vits.html" class="btn btn-neutral float-right" title="VITS-VCTK" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

<hr/>
Expand Down
16 changes: 8 additions & 8 deletions recipes/TTS/vctk/vits.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>VITS &mdash; icefall 0.1 documentation</title>
<title>VITS-VCTK &mdash; icefall 0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=19f00094" />

Expand All @@ -22,7 +22,7 @@
<link rel="index" title="Index" href="../../../genindex.html" />
<link rel="search" title="Search" href="../../../search.html" />
<link rel="next" title="Fine-tune a pre-trained model" href="../../Finetune/index.html" />
<link rel="prev" title="VITS" href="../ljspeech/vits.html" />
<link rel="prev" title="VITS-LJSpeech" href="../ljspeech/vits.html" />
</head>

<body class="wy-body-for-nav">
Expand Down Expand Up @@ -58,8 +58,8 @@
<li class="toctree-l2"><a class="reference internal" href="../../Streaming-ASR/index.html">Streaming ASR</a></li>
<li class="toctree-l2"><a class="reference internal" href="../../RNN-LM/index.html">RNN-LM</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="../index.html">TTS</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="../ljspeech/vits.html">VITS</a></li>
<li class="toctree-l3 current"><a class="current reference internal" href="#">VITS</a><ul>
<li class="toctree-l3"><a class="reference internal" href="../ljspeech/vits.html">VITS-LJSpeech</a></li>
<li class="toctree-l3 current"><a class="current reference internal" href="#">VITS-VCTK</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#data-preparation">Data preparation</a></li>
<li class="toctree-l4"><a class="reference internal" href="#build-monotonic-alignment-search">Build Monotonic Alignment Search</a></li>
<li class="toctree-l4"><a class="reference internal" href="#training">Training</a></li>
Expand Down Expand Up @@ -98,7 +98,7 @@
<li><a href="../../../index.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item"><a href="../../index.html">Recipes</a></li>
<li class="breadcrumb-item"><a href="../index.html">TTS</a></li>
<li class="breadcrumb-item active">VITS</li>
<li class="breadcrumb-item active">VITS-VCTK</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/k2-fsa/icefall/blob/master/docs/source/recipes/TTS/vctk/vits.rst" class="fa fa-github"> Edit on GitHub</a>
</li>
Expand All @@ -108,8 +108,8 @@
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<section id="vits">
<h1>VITS<a class="headerlink" href="#vits" title="Permalink to this heading"></a></h1>
<section id="vits-vctk">
<h1>VITS-VCTK<a class="headerlink" href="#vits-vctk" title="Permalink to this heading"></a></h1>
<p>This tutorial shows you how to train an VITS model
with the <a class="reference external" href="https://datashare.ed.ac.uk/handle/10283/3443">VCTK</a> dataset.</p>
<div class="admonition note">
Expand Down Expand Up @@ -219,7 +219,7 @@ <h2>Download pretrained models<a class="headerlink" href="#download-pretrained-m
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="../ljspeech/vits.html" class="btn btn-neutral float-left" title="VITS" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="../ljspeech/vits.html" class="btn btn-neutral float-left" title="VITS-LJSpeech" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="../../Finetune/index.html" class="btn btn-neutral float-right" title="Fine-tune a pre-trained model" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

Expand Down
4 changes: 2 additions & 2 deletions recipes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ <h1>Recipes<a class="headerlink" href="#recipes" title="Permalink to this headin
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="TTS/index.html">TTS</a><ul>
<li class="toctree-l2"><a class="reference internal" href="TTS/ljspeech/vits.html">VITS</a></li>
<li class="toctree-l2"><a class="reference internal" href="TTS/vctk/vits.html">VITS</a></li>
<li class="toctree-l2"><a class="reference internal" href="TTS/ljspeech/vits.html">VITS-LJSpeech</a></li>
<li class="toctree-l2"><a class="reference internal" href="TTS/vctk/vits.html">VITS-VCTK</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="Finetune/index.html">Fine-tune a pre-trained model</a><ul>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 7edf08e

Please sign in to comment.