from local
This commit is contained in:
parent
5f807427df
commit
4b90da18b5
Binary file not shown.
@ -484,7 +484,6 @@ class LibriSpeechAsrDataModule:
|
||||
spk_list = [json.split('/')[-1][:-6] for json in json_list]
|
||||
|
||||
return [load_manifest_lazy(json) for json in json_list], spk_list
|
||||
|
||||
else:
|
||||
return load_manifest_lazy(
|
||||
self.args.manifest_dir / f"librispeech_cuts_test-clean_{option}.jsonl"
|
||||
@ -502,7 +501,6 @@ class LibriSpeechAsrDataModule:
|
||||
spk_list = [json.split('/')[-1][:-6] for json in json_list]
|
||||
|
||||
return [load_manifest_lazy(json) for json in json_list], spk_list
|
||||
|
||||
else:
|
||||
return load_manifest_lazy(
|
||||
self.args.manifest_dir / f"librispeech_cuts_test-clean_{option}.jsonl"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user