Skip to content

Commit

Permalink
type def for gradual_training
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed May 19, 2021
1 parent 1ca10c3 commit 5482a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTS/tts/configs/tacotron_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class TacotronConfig(BaseTTSConfig):
gst_style_input: str = None
# model specific params
r: int = 2
gradual_training: List[List] = None
gradual_training: List[List[int]] = None
memory_size: int = -1
prenet_type: str = "original"
prenet_dropout: bool = True
Expand Down

0 comments on commit 5482a0f

Please sign in to comment.