hkveeranki / speech-emotion-recognition

Speaker independent emotion recognition
http://speechemotionrecognition.repos.hkveeranki.com/
MIT License
315 stars 100 forks source link

min_sample = int('9' * 10) #8

Closed birdhunter22 closed 5 years ago

birdhunter22 commented 5 years ago

what does this particular line stands for and how did you reached this particular value?

hkveeranki commented 5 years ago

That was just a huge value, that I initialised the min_sample to. Later that is anyway being caluclated again to find the minimum size of the sample. This particular piece of code is not used anywhere. So it is a like a dead code so I will remove it.

hkveeranki commented 5 years ago

This has been removed.

birdhunter22 commented 5 years ago

okay :))