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
bfde14e45c
commit
ffc8992c60
Binary file not shown.
@ -138,6 +138,8 @@ def get_lattice(
|
||||
Returns:
|
||||
An FsaVec containing the decoding result. It has axes [utt][state][arc].
|
||||
"""
|
||||
if type(nnet_output) == tuple:
|
||||
nnet_output = nnet_output[0]
|
||||
dense_fsa_vec = k2.DenseFsaVec(
|
||||
nnet_output,
|
||||
supervision_segments,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user