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
4e77c3e633
commit
13487ac1d3
Binary file not shown.
@ -794,7 +794,9 @@ def main():
|
||||
word_table=word_table,
|
||||
decoding_graph=decoding_graph,
|
||||
)
|
||||
print(results_dict['greedy_search'])
|
||||
results = results_dict['greedy_search']
|
||||
for res in results:
|
||||
print(res[0])
|
||||
exit()
|
||||
|
||||
save_results(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user