remove redundant arguments

This commit is contained in:
erogol
2020-09-12 03:37:47 +02:00
parent 15e6ab3912
commit 72b8ac0ff6
-2
View File
@@ -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,