from local

This commit is contained in:
dohe0342 2023-06-09 17:27:42 +09:00
parent 75bd0d8da6
commit 508364b72d
3 changed files with 4 additions and 1 deletions

View File

@ -825,7 +825,10 @@ def main():
args.return_cuts = True
tedlium = TedLiumAsrDataModule(args)
test_cuts = tedlium.test_cuts()
test_dl = tedlium.train_dataloaders(train_cuts)
test_dl = tedlium.test_dataloaders(test_cuts)
test_sets = ['test set']
test_dl = [test_dl]
for test_set, test_dl in zip(test_sets, test_dl):
results_dict = decode_dataset(