from local

This commit is contained in:
dohe0342 2023-02-27 14:54:33 +09:00
parent 110344a8e5
commit 26a0b43b06
2 changed files with 1 additions and 1 deletions

View File

@ -949,7 +949,7 @@ def main():
test_other_dl = librispeech.test_dataloaders(test_other_cuts)
test_sets = ["dev-clean", "dev-other", "test-clean", "test-other"]
test_dl = [test_clean_dl, test_other_dl]
test_dl = [dev_clean_dl, dev_other_dl, test_clean_dl, test_other_dl]
for test_set, test_dl in zip(test_sets, test_dl):
results_dict = decode_dataset(