Move main_classes to a separate folder

This commit is contained in:
Eren Gölge
2021-06-30 14:09:05 +02:00
parent 5723eb4738
commit 3584a04552
5 changed files with 103 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# GAN API
The {class}`TTS.vocoder.models.gan.GAN` provides an easy way to implementing new GAN based models. You just need
to define the model architectures for the generator and the discriminator networks and give them to the `GAN` class
to do its ✨️.
## GAN
```{eval-rst}
.. autoclass:: TTS.vocoder.models.gan.GAN
:members:
```