from local

This commit is contained in:
dohe0342 2023-02-14 18:37:53 +09:00
parent 3b7a31d27d
commit dbf810150b
3 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,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 not params.condition:
dense_fsa_vec1 = k2.DenseFsaVec(
nnet_output[0],
supervision_segments,