mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
a4feefc2d9
commit
e357fcf4ea
Binary file not shown.
@ -789,7 +789,6 @@ def main():
|
|||||||
test_dl = [test_clean_dl]
|
test_dl = [test_clean_dl]
|
||||||
#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 test_set, test_dl in zip(test_sets, test_dl):
|
||||||
results_dict = decode_dataset(
|
results_dict = decode_dataset(
|
||||||
dl=test_dl,
|
dl=test_dl,
|
||||||
@ -826,7 +825,6 @@ def main():
|
|||||||
new_line += '\n'
|
new_line += '\n'
|
||||||
|
|
||||||
new_jsons.write(new_line)
|
new_jsons.write(new_line)
|
||||||
'''
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
for test_set, test_dl in zip(test_sets, test_dl):
|
for test_set, test_dl in zip(test_sets, test_dl):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user