remove redundant arguments of pwgan

pull/10/head
erogol 2020-08-17 13:56:10 +02:00
parent f35b2ebacd
commit 9e33ab9f83
1 changed files with 0 additions and 2 deletions

View File

@ -78,11 +78,9 @@ def setup_generator(c):
gate_channels=128,
skip_channels=64,
aux_channels=c.audio['num_mels'],
aux_context_window=c['conv_pad'],
dropout=0.0,
bias=True,
use_weight_norm=True,
upsample_conditional_features=True,
upsample_factors=c.generator_model_params['upsample_factors'])
return model