mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
type def for gradual_training
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user