from local

This commit is contained in:
dohe0342 2023-03-15 02:21:21 +09:00
parent 72398aee7c
commit 77968c08f2
2 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ class LibriSpeechAsrDataModule:
@lru_cache() @lru_cache()
def userlibri_cuts(self, option=None) -> CutSet: def userlibri_cuts(self, option=None) -> CutSet:
logging.info("About to get dev-clean cuts") logging.info("About to get userlibri cuts")
if option is None: if option is None:
return load_manifest_lazy( return load_manifest_lazy(
self.args.manifest_dir / f"librispeech_cuts_dev-clean.jsonl" self.args.manifest_dir / f"librispeech_cuts_dev-clean.jsonl"