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
b231b2249d
commit
2494a4cbb1
Binary file not shown.
@ -451,5 +451,5 @@ class LibriSpeechAsrDataModule:
|
|||||||
def test_other_cuts(self, option='new') -> CutSet:
|
def test_other_cuts(self, option='new') -> CutSet:
|
||||||
logging.info("About to get test-other cuts")
|
logging.info("About to get test-other cuts")
|
||||||
return load_manifest_lazy(
|
return load_manifest_lazy(
|
||||||
self.args.manifest_dir / "librispeech_cuts_test-other_new.jsonl"
|
self.args.manifest_dir / f"librispeech_cuts_test-other_{option}.jsonl"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user