from local

This commit is contained in:
dohe0342 2022-12-28 10:35:23 +09:00
parent b01ac29800
commit 083337affa
2 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ class LibriSpeechAsrDataModule:
)
@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")
return load_manifest_lazy(
self.args.manifest_dir / "librispeech_cuts_train-other-500_new.jsonl"