from local

This commit is contained in:
dohe0342 2023-01-03 13:03:59 +09:00
parent 5da38df647
commit 1f9628a39a
2 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,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/*"))
return [load_manifest_lazy(spkeaker) for speaker in json_list], return [load_manifest_lazy(json) for json in json_list],
@lru_cache() @lru_cache()