You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I use WFST for AISHELL decoding, the predicted label is one less than the real label, what is the reason for this?
such as:
predictions: tf.Tensor([[2994 717 206 1404 1487 1741 3702 77 1392 84 524]
labels: [[2995 718 207 1405 1488 1742 3703 78 1393 85 525]]
But the beam search is correct.
The text was updated successfully, but these errors were encountered:
Hello, when I use WFST for AISHELL decoding, the predicted label is one less than the real label, what is the reason for this?
such as:
predictions: tf.Tensor([[2994 717 206 1404 1487 1741 3702 77 1392 84 524]
labels: [[2995 718 207 1405 1488 1742 3703 78 1393 85 525]]
But the beam search is correct.
The text was updated successfully, but these errors were encountered: