from local
This commit is contained in:
parent
5e1ac12bcc
commit
ebb3a6eef3
Binary file not shown.
@ -481,7 +481,7 @@ class LibriSpeechAsrDataModule:
|
|||||||
)
|
)
|
||||||
elif option == 'user':
|
elif option == 'user':
|
||||||
json_list = sorted(glob(self.args.manifest_dir / "/userlibri/test-clean/*"))
|
json_list = sorted(glob(self.args.manifest_dir / "/userlibri/test-clean/*"))
|
||||||
spk_list = [json.split('/')[-1][:-6]
|
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],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user