from local
This commit is contained in:
parent
9765ba5e81
commit
914b5ec18c
Binary file not shown.
@ -520,5 +520,6 @@ class LibriSpeechAsrDataModule:
|
|||||||
@lru_cache()
|
@lru_cache()
|
||||||
def test_clean_user(self, option=None) -> CutSet:
|
def test_clean_user(self, option=None) -> CutSet:
|
||||||
logging.info("About to get test-clean user cuts")
|
logging.info("About to get test-clean user cuts")
|
||||||
|
return load_manifest_lazy(
|
||||||
return [load_manifest_lazy(json) for json in json_list], spk_list
|
self.args.manifest_dir / f"/userlibri/test-clean_sampling/{option}.jsonl"
|
||||||
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user