Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Dec 27, 2024
1 parent 9cd7854 commit 7e670c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rvc/train/process/model_information.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def model_information(path):
steps = model_data.get("step", "None")
sr = model_data.get("sr", "None")
f0 = model_data.get("f0", "None")
dataset_lenght = model_data.get("dataset_lenght", "None")
dataset_length = model_data.get("dataset_length", "None")
version = model_data.get("version", "None")
creation_date = model_data.get("creation_date", "None")
model_hash = model_data.get("model_hash", None)
Expand All @@ -43,7 +43,7 @@ def model_information(path):
f"Model Architecture: {version}\n"
f"Sampling Rate: {sr}\n"
f"Pitch Guidance: {pitch_guidance}\n"
f"Dataset Length: {dataset_lenght}\n"
f"Dataset Length: {dataset_length}\n"
f"Creation Date: {creation_date_str}\n"
f"Hash (ID): {model_hash}\n"
f"Overtrain Info: {overtrain_info}\n"
Expand Down

0 comments on commit 7e670c9

Please sign in to comment.