from local

This commit is contained in:
dohe0342 2023-02-17 10:33:05 +09:00
parent 5a0693c3f8
commit c51a6c5e9e
3 changed files with 3 additions and 1 deletions

View File

@ -871,7 +871,9 @@ def main() -> None:
'''
args.return_cuts = True
librispeech = LibriSpeechAsrDataModule(args)
dev_clean_cuts = librispeech.dev_clean_cuts()
dev_ohter_cuts = librispeech.dev_ohter_cuts()
test_clean_cuts = librispeech.test_clean_cuts()
test_other_cuts = librispeech.test_other_cuts()