from local

This commit is contained in:
dohe0342 2023-06-09 17:27:53 +09:00
parent 508364b72d
commit 316a455cb4
2 changed files with 1 additions and 0 deletions

View File

@ -824,6 +824,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
tedlium = TedLiumAsrDataModule(args) tedlium = TedLiumAsrDataModule(args)
valid_cuts = tedlium.valid_cuts()
test_cuts = tedlium.test_cuts() test_cuts = tedlium.test_cuts()
test_dl = tedlium.test_dataloaders(test_cuts) test_dl = tedlium.test_dataloaders(test_cuts)