From 2e31659dd9044eaa838fbff43024ef05548eb822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Tue, 1 Jun 2021 14:35:15 +0200 Subject: [PATCH] docstring fix --- TTS/tts/models/tacotron2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS/tts/models/tacotron2.py b/TTS/tts/models/tacotron2.py index bd1ad03e..68867ec8 100644 --- a/TTS/tts/models/tacotron2.py +++ b/TTS/tts/models/tacotron2.py @@ -45,7 +45,7 @@ class Tacotron2(TacotronAbstract): speaker_embedding_dim (int, optional): external speaker conditioning vector channels. Defaults to None. 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. - 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 `[]`. """