from local
This commit is contained in:
parent
914b5ec18c
commit
4a2cdcdba2
Binary file not shown.
@ -523,3 +523,10 @@ class LibriSpeechAsrDataModule:
|
||||
return load_manifest_lazy(
|
||||
self.args.manifest_dir / f"/userlibri/test-clean_sampling/{option}.jsonl"
|
||||
)
|
||||
|
||||
@lru_cache()
|
||||
def test_other_user(self, option=None) -> CutSet:
|
||||
logging.info("About to get test-clean user cuts")
|
||||
return load_manifest_lazy(
|
||||
self.args.manifest_dir / f"/userlibri/test-clean_sampling/{option}.jsonl"
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user