from local

This commit is contained in:
dohe0342 2023-02-14 14:54:52 +09:00
parent 2a8b42ed08
commit 5de21369cc
3 changed files with 2 additions and 2 deletions

View File

@ -546,13 +546,13 @@ def compute_loss(
if params.interctc:
dense_fsa_vec1 = k2.DenseFsaVec(
nnet_output[8],
nnet_output[0],
supervision_segments,
allow_truncate=params.subsampling_factor - 1,
)
dense_fsa_vec1 = k2.DenseFsaVec(
nnet_output[-1],
nnet_output[1][8],
supervision_segments,
allow_truncate=params.subsampling_factor - 1,
)