from local

This commit is contained in:
dohe0342 2023-04-10 16:16:52 +09:00
parent 3fd773fd65
commit 2bf8ec2598
3 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ class LibriSpeechAsrDataModule:
def vox_cuts(self, option=None) -> CutSet:
logging.info("About to get test-other user cuts")
return load_manifest_lazy(
self.args.manifest_dir / f"{args.prefix}_cuts_{option}.jsonl.gz"
self.args.manifest_dir / f"{self.args.prefix}_cuts_{option}.jsonl.gz"
)
@lru_cache()