from local

This commit is contained in:
dohe0342 2023-01-25 15:09:17 +09:00
parent 58eed48aee
commit 9765ba5e81
2 changed files with 6 additions and 0 deletions

View File

@ -516,3 +516,9 @@ class LibriSpeechAsrDataModule:
return load_manifest_lazy(
self.args.manifest_dir / f"librispeech_cuts_test-other_{option}.jsonl"
)
@lru_cache()
def test_clean_user(self, option=None) -> CutSet:
logging.info("About to get test-clean user cuts")
return [load_manifest_lazy(json) for json in json_list], spk_list