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
Hey, thank you for this project!
I'm using the branch with the probability field (https://github.com/ina-foss/inaSpeechSegmenter/tree/mf_proba),
and found that in some cases the probability field contains nan.
After debugging, I found that it happens because in the segmenter.py file, row 251, you replaced 0.5 probabilities in the probability scores array (named framepred) with nan, and after that when calculating the overall probability, you are averaging an array with nans, resulting with nan probability.
Is this the desired behavior? Why not just keeping probability 0.5?
Thank you.
The text was updated successfully, but these errors were encountered:
matnshrn
changed the title
nan values in the probaiblity
nan values in the probability
Jan 25, 2022
Dear @matnshrn ,
thanks for this comment related to this "not-so-used" branch.
In order to help you with your issue, could you send me a sample of audio excerpt resulting in NaNs ?
I haven't work on this branch since few months, and I'll need some time to remember if this behavior is normal :-)
Hey, thank you for this project!
I'm using the branch with the probability field (https://github.com/ina-foss/inaSpeechSegmenter/tree/mf_proba),
and found that in some cases the probability field contains nan.
After debugging, I found that it happens because in the segmenter.py file, row 251, you replaced 0.5 probabilities in the probability scores array (named framepred) with nan, and after that when calculating the overall probability, you are averaging an array with nans, resulting with nan probability.
Is this the desired behavior? Why not just keeping probability 0.5?
Thank you.
The text was updated successfully, but these errors were encountered: