2021-06-27 20:55:20 +02:00
|
|
|
|
|
|
|
|
```{include} ../../README.md
|
|
|
|
|
:relative-images:
|
|
|
|
|
```
|
|
|
|
|
----
|
|
|
|
|
|
|
|
|
|
# Documentation Content
|
|
|
|
|
```{eval-rst}
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 2
|
|
|
|
|
:caption: Get started
|
|
|
|
|
|
|
|
|
|
tutorial_for_nervous_beginners
|
|
|
|
|
installation
|
|
|
|
|
faq
|
|
|
|
|
contributing
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 2
|
|
|
|
|
:caption: Using 🐸TTS
|
|
|
|
|
|
|
|
|
|
inference
|
|
|
|
|
implementing_a_new_model
|
|
|
|
|
training_a_model
|
2021-09-12 20:34:19 +00:00
|
|
|
finetuning
|
2021-06-27 20:55:20 +02:00
|
|
|
configuration
|
|
|
|
|
formatting_your_dataset
|
|
|
|
|
what_makes_a_good_dataset
|
|
|
|
|
tts_datasets
|
2021-06-30 14:30:55 +02:00
|
|
|
converting_torch_to_tf
|
2021-06-27 20:55:20 +02:00
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 2
|
|
|
|
|
:caption: Main Classes
|
|
|
|
|
|
2021-06-30 14:30:55 +02:00
|
|
|
main_classes/trainer_api
|
|
|
|
|
main_classes/audio_processor
|
|
|
|
|
main_classes/model_api
|
|
|
|
|
main_classes/dataset
|
|
|
|
|
main_classes/gan
|
2021-07-03 13:55:27 +02:00
|
|
|
main_classes/speaker_manager
|
2021-06-30 14:30:55 +02:00
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 2
|
|
|
|
|
:caption: `tts` Models
|
|
|
|
|
|
|
|
|
|
models/glow_tts.md
|
2021-08-09 14:49:03 +00:00
|
|
|
models/vits.md
|
2021-09-12 15:34:27 +00:00
|
|
|
models/forward_tts.md
|
2021-06-30 14:30:55 +02:00
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 2
|
|
|
|
|
:caption: `vocoder` Models
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|