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
2d6589f045
commit
1ab5878f2c
Binary file not shown.
@ -412,7 +412,7 @@ class LibriSpeechAsrDataModule:
|
||||
)
|
||||
|
||||
@lru_cache()
|
||||
def train_clean_360_cuts(self) -> CutSet:
|
||||
def train_clean_360_cuts(self, option=None) -> CutSet:
|
||||
logging.info("About to get train-clean-360 cuts")
|
||||
return load_manifest_lazy(
|
||||
self.args.manifest_dir / "librispeech_cuts_train-clean-360_new.jsonl"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user