ppwwyyxx / speaker-recognition

A Speaker Recognition System
Apache License 2.0
675 stars 274 forks source link

Means extraction #24

Closed DanielGeda closed 7 years ago

DanielGeda commented 7 years ago

Hi i would like to extract the means for creating of supervectors from my models using python, how can i do this?

ppwwyyxx commented 7 years ago

You can access the "_means" attribute after loading the model. http://scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html#sklearn.mixture.GaussianMixture