mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-10 22:45:27 +00:00
update manifest dir path
This commit is contained in:
parent
c77a8470f5
commit
cdf246ca1c
@ -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(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user