update manifest dir path

This commit is contained in:
Bailey Hirota 2025-06-12 00:20:41 +09:00
parent 5a120cbcb3
commit da75835639

View File

@ -70,7 +70,7 @@ class MultiDatasetAsrDataModule:
group.add_argument( group.add_argument(
"--manifest-dir", "--manifest-dir",
type=Path, type=Path,
default=Path("data/fbank"), default=Path("data/manifests"),
help="Path to directory with train/dev/test cuts.", help="Path to directory with train/dev/test cuts.",
) )
group.add_argument( group.add_argument(