From e39f56e3b094e3db297a63604f811abb352518bd Mon Sep 17 00:00:00 2001 From: Triplecq Date: Mon, 20 May 2024 00:46:54 -0400 Subject: [PATCH] Fix cuts file path --- egs/reazonspeech/ASR/local/utils/asr_datamodule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/reazonspeech/ASR/local/utils/asr_datamodule.py b/egs/reazonspeech/ASR/local/utils/asr_datamodule.py index c9ed59002..60aa0dc2d 100644 --- a/egs/reazonspeech/ASR/local/utils/asr_datamodule.py +++ b/egs/reazonspeech/ASR/local/utils/asr_datamodule.py @@ -70,7 +70,7 @@ class ReazonSpeechAsrDataModule: group.add_argument( "--manifest-dir", type=Path, - default=Path("data"), + default=Path("data/manifests"), help="Path to directory with train/valid/test cuts.", ) group.add_argument(