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
eb8c0fae64
commit
1d3ae3a0e6
Binary file not shown.
@ -272,7 +272,6 @@ def decode_one_batch(
|
|||||||
for idx in topk_indexes:
|
for idx in topk_indexes:
|
||||||
hyp += token_dict[idx.item()]
|
hyp += token_dict[idx.item()]
|
||||||
print(hyp)
|
print(hyp)
|
||||||
exit()
|
|
||||||
|
|
||||||
|
|
||||||
if params.method == "ctc-decoding":
|
if params.method == "ctc-decoding":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user