from local

This commit is contained in:
dohe0342 2023-02-17 10:36:46 +09:00
parent 1d2063556b
commit 5a4acbefc0
2 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,7 @@ def main() -> None:
librispeech = LibriSpeechAsrDataModule(args)
dev_clean_cuts = librispeech.dev_clean_cuts()
dev_ohter_cuts = librispeech.dev_other_cuts()
dev_other_cuts = librispeech.dev_other_cuts()
test_clean_cuts = librispeech.test_clean_cuts()
test_other_cuts = librispeech.test_other_cuts()