From 14402697dbb054c7ef03644a858bd11f911feacb Mon Sep 17 00:00:00 2001 From: Alexey Shmelev Date: Sat, 16 Nov 2024 15:11:48 -0500 Subject: [PATCH] Disabled the custom reference until a better solution is made --- rvc/train/train.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rvc/train/train.py b/rvc/train/train.py index 65e57735..f7787129 100644 --- a/rvc/train/train.py +++ b/rvc/train/train.py @@ -439,7 +439,8 @@ def run( cache = [] # get the first sample as reference for tensorboard evaluation - if os.path.isfile(os.path.join("logs", "reference", f"ref{sample_rate}.wav")): + # custom reference temporarily disabled + if True == False and os.path.isfile(os.path.join("logs", "reference", f"ref{sample_rate}.wav")): import numpy as np phone = np.load(