aboutsummaryrefslogtreecommitdiff
path: root/swr2_asr/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'swr2_asr/utils.py')
-rw-r--r--swr2_asr/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/swr2_asr/utils.py b/swr2_asr/utils.py
index 4c751d5..3b9b3ca 100644
--- a/swr2_asr/utils.py
+++ b/swr2_asr/utils.py
@@ -236,6 +236,7 @@ class MLSDataset(Dataset):
book_id=self.dataset_lookup[idx]["bookid"],
chapter_id=self.dataset_lookup[idx]["chapterid"],
)
+
def collate_fn(samples: list[Sample]) -> dict:
"""Collate function for the dataloader
@@ -266,8 +267,7 @@ def collate_fn(samples: list[Sample]) -> dict:
"utterance": labels,
"utterance_length": label_lengths,
}
-
-
+
if __name__ == "__main__":
dataset_path = "/Volumes/pherkel/SWR2-ASR"