from local

This commit is contained in:
dohe0342 2023-01-03 13:09:20 +09:00
parent 321882c93c
commit 2959e48349
3 changed files with 1 additions and 1 deletions

View File

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