from local

This commit is contained in:
dohe0342 2023-02-15 15:13:16 +09:00
parent e3ef194d43
commit 7e07638303
2 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ def compute_loss(
)
ctc_loss = (1-params.interctc_weight) * ctc_loss
+ params.interctc_weight * inter_ctc_weight
+ params.interctc_weight * inter_ctc_loss
else:
dense_fsa_vec = k2.DenseFsaVec(
nnet_output,