from local
This commit is contained in:
parent
69fd757782
commit
6d443ed864
Binary file not shown.
@ -480,6 +480,7 @@ 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':
|
||||||
|
print(self.args.manifest_dir)
|
||||||
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] for json in json_list]
|
spk_list = [json.split('/')[-1][:-6] for json in json_list]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user