from local

This commit is contained in:
dohe0342 2023-02-15 14:45:10 +09:00
parent 2171b6914a
commit a973f6a903
2 changed files with 0 additions and 2 deletions

View File

@ -663,8 +663,6 @@ def compute_loss(
reduction=params.reduction,
use_double_scores=params.use_double_scores,
)
ctc_loss = (1-params.interctc_weight) * ctc_loss + params.interctc_weight * inter_ctc_loss
else:
dense_fsa_vec = k2.DenseFsaVec(
nnet_output,