From 4e9b811c1edf0a71dcca91533e32fa5d14aac74f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stardust=C2=B7=E5=87=8F?= <2225664821@qq.com> Date: Thu, 3 Aug 2023 18:30:48 +0800 Subject: [PATCH] Update config.json --- configs/config.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/configs/config.json b/configs/config.json index c8c5a61..f5ccf75 100644 --- a/configs/config.json +++ b/configs/config.json @@ -11,7 +11,7 @@ ], "eps": 1e-09, "batch_size": 32, - "fp16_run": true, + "fp16_run": false, "lr_decay": 0.999875, "segment_size": 16384, "init_lr_ratio": 1, @@ -213,7 +213,7 @@ "标贝": 176 } }, - "model": { +"model": { "inter_channels": 192, "hidden_channels": 192, "filter_channels": 768, @@ -247,7 +247,8 @@ "upsample_rates": [ 8, 8, - 4, + 2, + 2, 2 ], "upsample_initial_channel": 512, @@ -255,10 +256,11 @@ 16, 16, 8, - 4 + 2, + 2 ], "n_layers_q": 3, "use_spectral_norm": false, "gin_channels": 256 } -} \ No newline at end of file +}