from local
This commit is contained in:
parent
80d73ee742
commit
a3ebb171aa
Binary file not shown.
@ -644,6 +644,13 @@ def compute_loss(
|
|||||||
allow_truncate=params.subsampling_factor - 1,
|
allow_truncate=params.subsampling_factor - 1,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
dense_fsa_vec_inter = k2.DenseFsaVec(
|
||||||
|
nnet_output[1][8],
|
||||||
|
supervision_segments,
|
||||||
|
allow_truncate=params.subsampling_factor - 1,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
dense_fsa_vec_inter = [
|
dense_fsa_vec_inter = [
|
||||||
#k2.DenseFsaVec(
|
#k2.DenseFsaVec(
|
||||||
# nnet_output[1][2],
|
# nnet_output[1][2],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user