Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AznamirWoW committed Jan 5, 2025
1 parent 00be357 commit 984223d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvc/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def run(

# Validations
if len(train_loader) < 3:
print("Not enough data in in the training set. Perhaps you forgot to slice the audio files in preprocess?")
print("Not enough data present in the training set. Perhaps you forgot to slice the audio files in preprocess?")
os._exit(2333333)
else:
g_file = latest_checkpoint_path(experiment_dir, "G_*.pth")
Expand Down

0 comments on commit 984223d

Please sign in to comment.