Skip to content

Commit

Permalink
change print
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Aug 30, 2024
1 parent b928451 commit 58e7dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvc/train/preprocess/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def preprocess_training_set(
)
elapsed_time = time.time() - start_time
print(
f"Preprocess completed in {elapsed_time:.2f} seconds. Dataset duration: {format_duration(audio_length)}."
f"Preprocess completed in {elapsed_time:.2f} seconds on {format_duration(total_audio_length)} seconds of audio."
)


Expand Down

0 comments on commit 58e7dff

Please sign in to comment.