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
9fb9716a78
commit
1507400f39
Binary file not shown.
@ -484,6 +484,12 @@ class LibriSpeechAsrDataModule:
|
||||
spk_list = [json.split('/')[-1][:-6] for json in json_list]
|
||||
|
||||
return [load_manifest_lazy(json) for json in json_list], spk_list
|
||||
|
||||
else:
|
||||
return load_manifest_lazy(
|
||||
self.args.manifest_dir / f"librispeech_cuts_test-clean_{option}.jsonl"
|
||||
)
|
||||
|
||||
|
||||
|
||||
@lru_cache()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user