from local

This commit is contained in:
dohe0342 2023-02-15 15:09:55 +09:00
parent 42d9037f5e
commit 936bb89970
2 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,7 @@ def compute_loss(
dense_fsa_vec_inter = [
k2.DenseFsaVec(
nnet_output[1][8],
nnet_output[1][i],
supervision_segments,
allow_truncate=params.subsampling_factor - 1,
)