from local

This commit is contained in:
dohe0342 2023-02-17 10:29:00 +09:00
parent e86b9d610e
commit 45c5ab53b9
2 changed files with 1 additions and 1 deletions

View File

@ -879,7 +879,7 @@ def main() -> None:
test_other_dl = librispeech.test_dataloaders(test_other_cuts)
test_sets = ["test-clean", "test-other"]
test_dl = [test_clean_dl, test_other_dl]
test_dls = [test_clean_dl, test_other_dl]
for test_set, test_dl in zip(test_sets, test_dls):
results_dict = decode_dataset(