mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 18:24:18 +00:00
Change valid to dev for consistency
This commit is contained in:
parent
e39f56e3b0
commit
777f7a4ac5
@ -71,7 +71,7 @@ class ReazonSpeechAsrDataModule:
|
||||
"--manifest-dir",
|
||||
type=Path,
|
||||
default=Path("data/manifests"),
|
||||
help="Path to directory with train/valid/test cuts.",
|
||||
help="Path to directory with train/dev/test cuts.",
|
||||
)
|
||||
group.add_argument(
|
||||
"--max-duration",
|
||||
@ -342,9 +342,9 @@ class ReazonSpeechAsrDataModule:
|
||||
|
||||
@lru_cache()
|
||||
def valid_cuts(self) -> CutSet:
|
||||
logging.info("About to get valid cuts")
|
||||
logging.info("About to get dev cuts")
|
||||
return load_manifest_lazy(
|
||||
self.args.manifest_dir / "reazonspeech_cuts_valid.jsonl.gz"
|
||||
self.args.manifest_dir / "reazonspeech_cuts_dev.jsonl.gz"
|
||||
)
|
||||
|
||||
@lru_cache()
|
||||
|
Loading…
x
Reference in New Issue
Block a user