mirror of https://github.com/coqui-ai/TTS.git
reduce fullband melgan model size for testing
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,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue