reduce fullband melgan model size for testing

This commit is contained in:
Eren Gölge
2021-06-02 11:44:53 +02:00
parent 4baa59d732
commit db48c69f0f
@@ -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,
)