from local
This commit is contained in:
parent
0fc4769ce6
commit
ed9a79bc86
Binary file not shown.
@ -791,7 +791,8 @@ def main():
|
|||||||
test_sets = [test_clean_sets, test_other_sets]
|
test_sets = [test_clean_sets, test_other_sets]
|
||||||
test_dl = [test_clean_dl, test_other_dl]
|
test_dl = [test_clean_dl, test_other_dl]
|
||||||
|
|
||||||
for test_set, test_dl in zip(test_sets, test_dl):
|
for sets, dls in zip(test_sets, test_dl):
|
||||||
|
for test_set, test_dl in zip(sets, dls):
|
||||||
results_dict = decode_dataset(
|
results_dict = decode_dataset(
|
||||||
dl=test_dl,
|
dl=test_dl,
|
||||||
params=params,
|
params=params,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user