mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
b01ac29800
commit
083337affa
Binary file not shown.
@ -428,7 +428,7 @@ class LibriSpeechAsrDataModule:
|
|||||||
)
|
)
|
||||||
|
|
||||||
@lru_cache()
|
@lru_cache()
|
||||||
def train_other_500_cuts(self) -> CutSet:
|
def train_other_500_cuts(self, option=None) -> CutSet:
|
||||||
logging.info("About to get train-other-500 cuts")
|
logging.info("About to get train-other-500 cuts")
|
||||||
return load_manifest_lazy(
|
return load_manifest_lazy(
|
||||||
self.args.manifest_dir / "librispeech_cuts_train-other-500_new.jsonl"
|
self.args.manifest_dir / "librispeech_cuts_train-other-500_new.jsonl"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user