mirror of https://github.com/coqui-ai/TTS.git
remove redundant arguments
This commit is contained in:
parent
15e6ab3912
commit
72b8ac0ff6
|
@ -122,8 +122,6 @@ def setup_model(num_chars, num_speakers, c, speaker_embedding_dim=None):
|
|||
num_splits=4,
|
||||
num_sqz=2,
|
||||
sigmoid_scale=False,
|
||||
rel_attn_window_size=4,
|
||||
input_length=None,
|
||||
mean_only=True,
|
||||
hidden_channels_enc=192,
|
||||
hidden_channels_dec=192,
|
||||
|
|
Loading…
Reference in New Issue