mirror of https://github.com/coqui-ai/TTS.git
Bump up to v0.1.0 🚀
This commit is contained in:
parent
7ec5c31898
commit
47b3b10d6d
|
@ -1 +1 @@
|
|||
0.0.16
|
||||
0.1.0
|
||||
|
|
|
@ -20,7 +20,6 @@ config = MultibandMelganConfig(
|
|||
eval_split_size=1,
|
||||
print_step=1,
|
||||
print_eval=True,
|
||||
discriminator_model_params={"base_channels": 16, "max_channels": 128, "downsample_factors": [4, 4, 4]},
|
||||
data_path="tests/data/ljspeech",
|
||||
discriminator_model_params={"base_channels": 16, "max_channels": 64, "downsample_factors": [4, 4, 4]},
|
||||
output_path=output_path,
|
||||
|
|
Loading…
Reference in New Issue