This commit is contained in:
marcoyang 2024-03-28 16:14:44 +08:00
parent eb685364df
commit 711859c21f

View File

@ -1023,9 +1023,9 @@ def main():
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_dl):
for test_set, test_dl in zip(test_sets, test_dls):
results_dict = decode_dataset(
dl=test_dl,
params=params,