from local

This commit is contained in:
dohe0342 2023-02-02 18:52:40 +09:00
parent ae42ee2167
commit 2f8218bff5
2 changed files with 1 additions and 0 deletions

View File

@ -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":