from local
This commit is contained in:
parent
a965341695
commit
5da38df647
Binary file not shown.
@ -480,10 +480,9 @@ class LibriSpeechAsrDataModule:
|
|||||||
self.args.manifest_dir / f"librispeech_cuts_test-clean.jsonl"
|
self.args.manifest_dir / f"librispeech_cuts_test-clean.jsonl"
|
||||||
)
|
)
|
||||||
elif option == 'user':
|
elif option == 'user':
|
||||||
|
json_list = sorted(glob(self.args.manifest_dir / "/userlibri/test-clean/*"))
|
||||||
|
|
||||||
return [load_manifest_lazy(
|
return [load_manifest_lazy(spkeaker) for speaker in json_list],
|
||||||
self.args.manifest_dir / f"/userlibri/test-clean/"
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
@lru_cache()
|
@lru_cache()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user