Add args for Dataset and improve

This commit is contained in:
litagin02
2024-01-02 14:11:01 +09:00
parent a1069c73d2
commit f9c9c765fc
8 changed files with 154 additions and 60 deletions

View File

@@ -74,6 +74,7 @@ def preprocess(
print(
f"An error occurred while generating the training set and validation set! Details:\n{e}"
)
raise e
transcription_path = cleaned_path
spk_utt_map = defaultdict(list)