remove redundant arguments

This commit is contained in:
erogol 2020-08-09 12:43:05 +02:00
parent 15e6ab3912
commit 72b8ac0ff6
1 changed files with 0 additions and 2 deletions

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,