diff --git a/configs/config.json b/configs/config.json index eb887ef..0e1352c 100644 --- a/configs/config.json +++ b/configs/config.json @@ -20,6 +20,7 @@ "c_kl": 1.0 }, "data": { + "use_mel_posterior_encoder": true, "training_files": "filelists/train.list", "validation_files": "filelists/val.list", "max_wav_value": 32768.0, @@ -285,7 +286,6 @@ } }, "model": { - "use_mel_posterior_encoder": true, "inter_channels": 192, "hidden_channels": 192, "filter_channels": 768,