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
14c3c993d7
commit
b400a33c97
Binary file not shown.
@ -556,7 +556,7 @@ def compute_loss(
|
||||
token_ids = graph_compiler.texts_to_ids(texts)
|
||||
decoding_graph = graph_compiler.compile(token_ids)
|
||||
|
||||
if params.interctc:
|
||||
if params.interctc and parmas.group_num == 0:
|
||||
dense_fsa_vec1 = k2.DenseFsaVec(
|
||||
nnet_output[0],
|
||||
supervision_segments,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user