Skip to content

Commit

Permalink
Fix cuts file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Triplecq committed May 20, 2024
1 parent 2507918 commit e39f56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/reazonspeech/ASR/local/utils/asr_datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def add_arguments(cls, parser: argparse.ArgumentParser):
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(
Expand Down

0 comments on commit e39f56e

Please sign in to comment.