from local

This commit is contained in:
dohe0342 2023-01-03 13:06:52 +09:00
parent 4b90da18b5
commit 41939537f3
2 changed files with 1 additions and 1 deletions

View File

@ -503,6 +503,6 @@ class LibriSpeechAsrDataModule:
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"
self.args.manifest_dir / f"librispeech_cuts_test-other_{option}.jsonl"
)