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
cc5809ce5b
commit
56acfd4980
Binary file not shown.
@ -395,9 +395,9 @@ class LibriSpeechAsrDataModule:
|
||||
|
||||
@lru_cache()
|
||||
def train_clean_10_cuts(self) -> CutSet:
|
||||
logging.info("About to get train-clean-100 cuts")
|
||||
logging.info("About to get train-clean-10 cuts")
|
||||
return load_manifest_lazy(
|
||||
self.args.manifest_dir / "librispeech_cuts_train-clean-100.jsonl.gz"
|
||||
self.args.manifest_dir / "librispeech_cuts_train-clean-10.jsonl.gz"
|
||||
)
|
||||
|
||||
@lru_cache()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user