from local

This commit is contained in:
dohe0342 2023-02-02 18:37:11 +09:00
parent 1b41c2ecc5
commit c54ddb2d64
2 changed files with 3 additions and 0 deletions

View File

@ -245,6 +245,8 @@ def decode_one_batch(
decoding_graph = H
logging.info('maybe here...')
'''
lattice = get_lattice(
nnet_output=nnet_output,
decoding_graph=decoding_graph,
@ -257,6 +259,7 @@ def decode_one_batch(
)
logging.info(lattice)
'''
if params.method == 'greedy-search' or params.method == 'ctc-decoding':
print(batch)