-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Low accuracy value #2
Comments
Since this model is essentially a binary classifier - detecting whether a particular phoneme has primary stress or not, the baseline accuracy should be ~50% without any training. Did you follow the steps mentioned in README on how to train the model? Refer to this issues on some hints on re training the model. #1 What error are you getting while running alignment? |
Yes sir I followed the readme file step by step except that I only worked with the librispeech database because I could not find where to download the OSCAAR database. |
Phoneme alignment doesn't need any stop words removal, all you need is a dictionary file. We skip feature generation of the stop words. |
the problem is that even without removing the stopwords it gave very low accuracy results compared to your project documentation, normally 89%. I don't know where the problem comes from |
What accuracy do you get while evaluating on test dataset without training? It should be ~50%. |
Hi, I am running the stress detection code.
First, I can't apply the alignment on the database after removing the stopwords there is an error and second and without removing the stopwords and after the train of the model I had an accuracy on the train 37% and on the test 36% which is very low compared to your project documentation, normally 89%..
The text was updated successfully, but these errors were encountered: