from local

This commit is contained in:
dohe0342 2023-01-04 03:09:47 +09:00
parent 5e67a45530
commit 0fc4769ce6
2 changed files with 2 additions and 2 deletions

View File

@ -788,9 +788,9 @@ def main():
test_clean_dl = [librispeech.test_dataloaders(user) for user in test_clean_cuts]
test_other_dl = [librispeech.test_dataloaders(user) for user in test_other_cuts]
test_sets = ["test-clean", "test-other"]
test_sets = [test_clean_sets, test_other_sets]
test_dl = [test_clean_dl, test_other_dl]
for test_set, test_dl in zip(test_sets, test_dl):
results_dict = decode_dataset(
dl=test_dl,