from local

This commit is contained in:
dohe0342 2023-02-02 19:01:49 +09:00
parent 5b6167c80d
commit 9991679676
2 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ def decode_one_batch(
hyp = ''
for idx in topk_indexes:
hyp += token_dict[idx]
print(hyp)
exit()