from local

This commit is contained in:
dohe0342 2023-02-17 10:33:13 +09:00
parent 11b4449609
commit a90b411ba4
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_ohter_cuts()
dev_ohter_cuts = librispeech.dev_other_cuts()
test_clean_cuts = librispeech.test_clean_cuts()
test_other_cuts = librispeech.test_other_cuts()