Bump up to v0.1.0 🚀

This commit is contained in:
Eren Gölge 2021-06-29 13:07:59 +02:00
parent 7ec5c31898
commit 47b3b10d6d
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
0.0.16
0.1.0

View File

@ -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,