from local

This commit is contained in:
dohe0342 2023-01-27 17:35:00 +09:00
parent 97ce563414
commit 79afdb3234
2 changed files with 1 additions and 1 deletions

View File

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