From 91dfaccac8c7b663b1d9d5ef103d578ef058e3d4 Mon Sep 17 00:00:00 2001 From: kalomaze <66376113+kalomaze@users.noreply.github.com> Date: Mon, 24 Jul 2023 02:59:05 -0500 Subject: [PATCH] Change v2 48k preset to match mainline Got great results training my Larry model with the new preset, with just 3 minutes of data. Might as well push --- configs/48k_v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/48k_v2.json b/configs/48k_v2.json index 10f1ce7..75f770c 100644 --- a/configs/48k_v2.json +++ b/configs/48k_v2.json @@ -9,7 +9,7 @@ "batch_size": 4, "fp16_run": true, "lr_decay": 0.999875, - "segment_size": 11520, + "segment_size": 17280, "init_lr_ratio": 1, "warmup_epochs": 0, "c_mel": 45,