mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
97ce563414
commit
79afdb3234
Binary file not shown.
@ -535,5 +535,5 @@ 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"
|
self.args.manifest_dir / f"vox_cuts_{option}.jsonl.gz"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user