Skip to content

Commit

Permalink
Merge pull request #875 from IAHispano/formatter/main
Browse files Browse the repository at this point in the history
chore(format): run black on main
  • Loading branch information
blaisewf authored Nov 17, 2024
2 parents 1440269 + d995e65 commit 0e0d0b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rvc/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,9 @@ def run(
cache = []
# get the first sample as reference for tensorboard evaluation
# custom reference temporarily disabled
if True == False and os.path.isfile(os.path.join("logs", "reference", f"ref{sample_rate}.wav")):
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 0e0d0b9

Please sign in to comment.