from local
This commit is contained in:
parent
7cdaa95e3f
commit
ccefe0f7d6
Binary file not shown.
@ -547,7 +547,7 @@ class LibriSpeechAsrDataModule:
|
|||||||
def vox_cuts(self, option=None) -> CutSet:
|
def vox_cuts(self, option=None) -> CutSet:
|
||||||
logging.info("About to get test-other user cuts")
|
logging.info("About to get test-other user cuts")
|
||||||
return load_manifest_lazy(
|
return load_manifest_lazy(
|
||||||
self.args.manifest_dir / f"vox_cuts_{option}.jsonl.gz"
|
self.args.manifest_dir / f"{args.prefix}_cuts_{option}.jsonl.gz"
|
||||||
)
|
)
|
||||||
|
|
||||||
@lru_cache()
|
@lru_cache()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user