from local

This commit is contained in:
dohe0342 2022-12-28 10:34:31 +09:00
parent 2d6589f045
commit 1ab5878f2c
2 changed files with 1 additions and 1 deletions

View File

@ -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"