from local

This commit is contained in:
dohe0342 2023-01-25 15:10:37 +09:00
parent 46c9697a01
commit e8838996f2
2 changed files with 1 additions and 1 deletions

View File

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