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
3226396204
commit
e724b4a517
Binary file not shown.
@ -805,7 +805,8 @@ def main():
|
||||
res_dict[res[0]] = ' '.join(res[2])
|
||||
|
||||
res_dict = sorted(res_dict.items(), key=lambda x:x[0])
|
||||
for k, v in res_dict.items():
|
||||
|
||||
for k, v in res_dict:
|
||||
print(k, v)
|
||||
exit()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user