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
346d775c74
commit
879ea65831
Binary file not shown.
@ -796,7 +796,9 @@ def main():
|
||||
)
|
||||
results = results_dict['greedy_search']
|
||||
for res in results:
|
||||
print(res[0], res[1])
|
||||
#print(res[0], ' '.join(res[1]))
|
||||
print(' '.join(res[1]))
|
||||
print(' '.join(res[2]))
|
||||
exit()
|
||||
|
||||
save_results(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user