from local

This commit is contained in:
dohe0342 2023-05-26 11:50:27 +09:00
parent 55662bcd0e
commit e513777f7b
3 changed files with 1 additions and 1 deletions

View File

@ -770,7 +770,7 @@ def main():
# we need cut ids to display recognition results. # we need cut ids to display recognition results.
args.return_cuts = True args.return_cuts = True
librispeech = LibriSpeechAsrDataModule(args) librispeech = LibriSpeechAsrDataModule(args)
test_clean_cuts = librispeech.test_clean_cuts() test_clean_cuts = librispeech.test_clean_cuts()
test_other_cuts = librispeech.test_other_cuts() test_other_cuts = librispeech.test_other_cuts()