from local

This commit is contained in:
dohe0342 2023-06-09 17:28:07 +09:00
parent 316a455cb4
commit 8a8cb580f6
2 changed files with 1 additions and 0 deletions

View File

@ -826,6 +826,7 @@ def main():
tedlium = TedLiumAsrDataModule(args)
valid_cuts = tedlium.valid_cuts()
test_cuts = tedlium.test_cuts()
valid_dl = tedlium.test_dataloaders(valid_cuts)
test_dl = tedlium.test_dataloaders(test_cuts)
test_sets = ['test set']