From 70269ac6c767a2b9736faaa4dddcd5057008bbfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stardust=C2=B7=E5=87=8F?= <2225664821@qq.com> Date: Mon, 21 Aug 2023 08:02:34 +0800 Subject: [PATCH] Update config.json --- configs/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,