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
417bb8f42b
commit
b05510bafa
Binary file not shown.
@ -802,13 +802,11 @@ def main():
|
||||
res_dict = {}
|
||||
for res in results:
|
||||
res_dict[res[0]] = ' '.join(res[1])
|
||||
|
||||
for line in jsons:
|
||||
splited = line.split()
|
||||
text_idx = line.index('"text":')
|
||||
|
||||
|
||||
|
||||
|
||||
'''
|
||||
for test_set, test_dl in zip(test_sets, test_dl):
|
||||
results_dict = decode_dataset(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user