Update docs (#2919)

This commit is contained in:
Eren Gölge
2023-09-04 12:28:36 +02:00
committed by GitHub
parent 32b8ebb633
commit d1d95707bd
5 changed files with 6 additions and 14 deletions
+1 -3
View File
@@ -36,7 +36,7 @@
There is also the `callback` interface by which you can manipulate both the model and the `Trainer` states. Callbacks give you
an infinite flexibility to add custom behaviours for your model and training routines.
For more details, see {ref}`BaseTTS <Base TTS Model>` and :obj:`TTS.utils.callbacks`.
For more details, see {ref}`BaseTTS <Base tts Model>` and :obj:`TTS.utils.callbacks`.
6. Optionally, define `MyModelArgs`.
@@ -204,5 +204,3 @@ class MyModel(BaseTTS):
pass
```