from local

This commit is contained in:
dohe0342 2022-12-27 15:43:30 +09:00
parent 6238f366a2
commit 2dc2fb214e
2 changed files with 1 additions and 1 deletions

View File

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