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
6de3d65cb4
commit
4115fb7b62
Binary file not shown.
@ -665,22 +665,22 @@ def compute_loss(
|
||||
# supervision_segments,
|
||||
# allow_truncate=params.subsampling_factor - 1,
|
||||
#),
|
||||
k2.DenseFsaVec(
|
||||
nnet_output[1][5],
|
||||
supervision_segments,
|
||||
allow_truncate=params.subsampling_factor - 1,
|
||||
),
|
||||
#k2.DenseFsaVec(
|
||||
# nnet_output[1][8],
|
||||
# nnet_output[1][5],
|
||||
# supervision_segments,
|
||||
# allow_truncate=params.subsampling_factor - 1,
|
||||
#),
|
||||
k2.DenseFsaVec(
|
||||
nnet_output[1][11],
|
||||
nnet_output[1][8],
|
||||
supervision_segments,
|
||||
allow_truncate=params.subsampling_factor - 1,
|
||||
),
|
||||
#k2.DenseFsaVec(
|
||||
# nnet_output[1][11],
|
||||
# supervision_segments,
|
||||
# allow_truncate=params.subsampling_factor - 1,
|
||||
#),
|
||||
#k2.DenseFsaVec(
|
||||
# nnet_output[1][14],
|
||||
# supervision_segments,
|
||||
# allow_truncate=params.subsampling_factor - 1,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user