from local

This commit is contained in:
dohe0342 2023-02-02 19:05:07 +09:00
parent eb8c0fae64
commit 1d3ae3a0e6
2 changed files with 0 additions and 1 deletions

View File

@ -272,7 +272,6 @@ def decode_one_batch(
for idx in topk_indexes:
hyp += token_dict[idx.item()]
print(hyp)
exit()
if params.method == "ctc-decoding":