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
ac71fbc78f
commit
42b980c7fb
Binary file not shown.
@ -802,7 +802,7 @@ def main():
|
||||
|
||||
res_dict = {}
|
||||
for res in results:
|
||||
res_dict[res[0]] = ' '.join(res[1])
|
||||
res_dict[res[0]] = ' '.join(res[2])
|
||||
|
||||
for k, v in res_dict.items():
|
||||
print(k, v)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user