from local

This commit is contained in:
dohe0342 2022-12-28 10:33:31 +09:00
parent 47bc350752
commit 7eeff6f8c1
2 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ class LibriSpeechAsrDataModule:
return test_dl
@lru_cache()
def train_clean_100_cuts(self) -> CutSet:
def train_clean_100_cuts(self, option=None) -> CutSet:
logging.info("About to get train-clean-100 cuts")
return load_manifest_lazy(
self.args.manifest_dir / "librispeech_cuts_train-clean-100_new.jsonl"