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
2a8b42ed08
commit
5de21369cc
Binary file not shown.
Binary file not shown.
@ -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,
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user