from local

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

View File

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