from local

This commit is contained in:
dohe0342 2022-12-28 10:34:11 +09:00
parent 1c06deb92d
commit d11ff4406f
2 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ class LibriSpeechAsrDataModule:
return load_manifest_lazy( return load_manifest_lazy(
self.args.manifest_dir / "librispeech_cuts_train-clean-100_new.jsonl" self.args.manifest_dir / "librispeech_cuts_train-clean-100_new.jsonl"
) )
elif option == 'male' elif option == 'male':
return load_manifest_lazy( return load_manifest_lazy(
self.args.manifest_dir / "librispeech_cuts_train-clean-100_male.jsonl" self.args.manifest_dir / "librispeech_cuts_train-clean-100_male.jsonl"
) )