from local

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

View File

@ -829,7 +829,7 @@ def main():
valid_dl = tedlium.test_dataloaders(valid_cuts)
test_dl = tedlium.test_dataloaders(test_cuts)
test_sets = ['test set']
test_sets = ['dev', 'test']
test_dl = [test_dl]
for test_set, test_dl in zip(test_sets, test_dl):