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
ae42ee2167
commit
2f8218bff5
Binary file not shown.
@ -266,6 +266,7 @@ def decode_one_batch(
|
||||
for i in range(batch_size):
|
||||
topk_log_probs, topk_indexes = nnet_output[i].topk(1)
|
||||
print(topk_indexes)
|
||||
exit()
|
||||
|
||||
|
||||
if params.method == "ctc-decoding":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user