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
ebb3a6eef3
commit
9fb9716a78
Binary file not shown.
@ -483,7 +483,7 @@ class LibriSpeechAsrDataModule:
|
||||
json_list = sorted(glob(self.args.manifest_dir / "/userlibri/test-clean/*"))
|
||||
spk_list = [json.split('/')[-1][:-6] for json in json_list]
|
||||
|
||||
return [load_manifest_lazy(json) for json in json_list],
|
||||
return [load_manifest_lazy(json) for json in json_list], spk_list
|
||||
|
||||
|
||||
@lru_cache()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user