Fix recipes as to the recent API changes. (#1367)

* Fix recipes -> #1366

* Fix trainer docs
This commit is contained in:
Eren Gölge
2022-03-10 11:36:38 +01:00
committed by GitHub
parent d792b78703
commit 48f6bb405a
6 changed files with 9 additions and 28 deletions
+1 -15
View File
@@ -1,17 +1,3 @@
# Trainer API
The {class}`TTS.trainer.Trainer` provides a lightweight, extensible, and feature-complete training run-time. We optimized it for 🐸 but
can also be used for any DL training in different domains. It supports distributed multi-gpu, mixed-precision (apex or torch.amp) training.
## Trainer
```{eval-rst}
.. autoclass:: TTS.trainer.Trainer
:members:
```
## TrainingArgs
```{eval-rst}
.. autoclass:: TTS.trainer.TrainingArgs
:members:
```
We made the trainer a seprate project on https://github.com/coqui-ai/Trainer