mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-27 10:44:19 +00:00
Fix cuts file path
This commit is contained in:
parent
2507918aa4
commit
e39f56e3b0
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user