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
0d0eabd9c7
commit
100b2a54b4
Binary file not shown.
@ -671,8 +671,7 @@ def compute_loss(
|
||||
use_double_scores=params.use_double_scores,
|
||||
)
|
||||
|
||||
ctc_loss = (1-params.interctc_weight) * ctc_loss + \
|
||||
params.interctc_weight * inter_ctc_loss
|
||||
ctc_loss = (1-params.interctc_weight) * ctc_loss + params.interctc_weight * inter_ctc_loss
|
||||
|
||||
else:
|
||||
dense_fsa_vec = k2.DenseFsaVec(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user