From 7d936697f11af541035504eb48c1b093aa57a034 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:06:46 +0800 Subject: [PATCH] Update config.json --- configs/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/config.json b/configs/config.json index 0e1352c..699151c 100644 --- a/configs/config.json +++ b/configs/config.json @@ -20,7 +20,7 @@ "c_kl": 1.0 }, "data": { - "use_mel_posterior_encoder": true, + "use_mel_posterior_encoder": false, "training_files": "filelists/train.list", "validation_files": "filelists/val.list", "max_wav_value": 32768.0, @@ -286,6 +286,7 @@ } }, "model": { + "use_mel_posterior_encoder": false, "inter_channels": 192, "hidden_channels": 192, "filter_channels": 768,