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
thanks for model. i did not install it from requirements so stuck with errors.
and fixed em.
so to start it working with updated sklearn:
in Voice-based-gender-recognition\Code\ModelsTrainer.py change:
True results: male -> female, female -> male.
May be somewhere is wrong path?
ok.fixed the last just changed *args in GenderIdentifier.py like follows: gender_identifier = GenderIdentifier("males", "females", "males.gmm","females.gmm")
The text was updated successfully, but these errors were encountered:
thanks for model. i did not install it from requirements so stuck with errors.
and fixed em.
so to start it working with updated sklearn:
in Voice-based-gender-recognition\Code\ModelsTrainer.py change:
also in FeaturesExtractor.py to avoid warnings:
also i have to change a bit GenderIdentifier.py (i use Windows) when i use it alone:
and finally i saw strange thing - the model identifies upside-down:
True results: male -> female, female -> male.
May be somewhere is wrong path?
ok.fixed the last just changed *args in GenderIdentifier.py like follows:
gender_identifier = GenderIdentifier("males", "females", "males.gmm","females.gmm")
The text was updated successfully, but these errors were encountered: