reduce fullband melgan model size for testing

pull/523/head
Eren Gölge 2021-06-02 11:43:27 +02:00
parent 4baa59d732
commit db48c69f0f
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ config = FullbandMelganConfig(
eval_split_size=1,
print_step=1,
print_eval=True,
discriminator_model_params={"base_channels": 16, "max_channels": 256, "downsample_factors": [4, 4, 4]},
data_path="tests/data/ljspeech",
output_path=output_path,
)