mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
1b41c2ecc5
commit
c54ddb2d64
Binary file not shown.
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user