mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +00:00
from local
This commit is contained in:
parent
2d870cfd8c
commit
5b024c2dde
Binary file not shown.
@ -830,7 +830,7 @@ def main():
|
|||||||
test_dl = tedlium.test_dataloaders(test_cuts)
|
test_dl = tedlium.test_dataloaders(test_cuts)
|
||||||
|
|
||||||
test_sets = ['dev', 'test']
|
test_sets = ['dev', 'test']
|
||||||
test_dl = [test_dl]
|
test_dl = [valid_dl, test_dl]
|
||||||
|
|
||||||
for test_set, test_dl in zip(test_sets, test_dl):
|
for test_set, test_dl in zip(test_sets, test_dl):
|
||||||
results_dict = decode_dataset(
|
results_dict = decode_dataset(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user