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
I want to get the probability of each character after decode with CTC(such as if inferred string is "hello", and each state probability is [0.81, 0.97, 0.87, 0.43, 0.92]), to infer if there is some noise in some part of wav file. I am not vary familiar with how to get state posterior for CTC path, so could you tell me how to do it?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I want to get the probability of each character after decode with CTC(
such as if inferred string is "hello", and each state probability is [0.81, 0.97, 0.87, 0.43, 0.92]
), to infer if there is some noise in some part of wav file. I am not vary familiar with how to get state posterior for CTC path, so could you tell me how to do it?Thanks.
The text was updated successfully, but these errors were encountered: