Skip to content

Commit

Permalink
Disabled the custom reference until a better solution is made
Browse files Browse the repository at this point in the history
  • Loading branch information
AznamirWoW committed Nov 16, 2024
1 parent 4c4c57b commit 1440269
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rvc/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1440269

Please sign in to comment.