docstring fix

This commit is contained in:
Eren Gölge 2021-06-01 14:35:15 +02:00
parent 1c8a3d7c86
commit 1fa15c195a
1 changed files with 1 additions and 1 deletions
TTS/tts/models

View File

@ -45,7 +45,7 @@ class Tacotron2(TacotronAbstract):
speaker_embedding_dim (int, optional): external speaker conditioning vector channels. Defaults to None. speaker_embedding_dim (int, optional): external speaker conditioning vector channels. Defaults to None.
use_gst (bool, optional): enable/disable Global style token module. use_gst (bool, optional): enable/disable Global style token module.
gst (Coqpit, optional): Coqpit to initialize the GST module. If `None`, GST is disabled. Defaults to None. gst (Coqpit, optional): Coqpit to initialize the GST module. If `None`, GST is disabled. Defaults to None.
gradual_trainin (List): Gradual training schedule. If None or `[]`, no gradual training is used. gradual_training (List): Gradual training schedule. If None or `[]`, no gradual training is used.
Defaults to `[]`. Defaults to `[]`.
""" """