mirror of
https://github.com/coqui-ai/TTS.git
synced 2026-07-11 12:59:28 +02:00
reduce fullband-melgan test model size
This commit is contained in:
@@ -22,6 +22,7 @@ config = FullbandMelganConfig(
|
||||
print_eval=True,
|
||||
discriminator_model_params={"base_channels": 16, "max_channels": 256, "downsample_factors": [4, 4, 4]},
|
||||
data_path="tests/data/ljspeech",
|
||||
discriminator_model_params={"base_channels": 16, "max_channels": 128, "downsample_factors": [4, 4, 4]},
|
||||
output_path=output_path,
|
||||
)
|
||||
config.audio.do_trim_silence = True
|
||||
|
||||
Reference in New Issue
Block a user