from local

This commit is contained in:
dohe0342 2023-02-02 18:36:36 +09:00
parent 57ba9f4b1a
commit 1b41c2ecc5
2 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ def decode_one_batch(
logging.info(lattice)
if params.method == 'greedy-search':
if params.method == 'greedy-search' or params.method == 'ctc-decoding':
print(batch)
exit()