Skip to content

Using the GMM Specializer

egonina edited this page Dec 8, 2011 · 26 revisions

Here we describe how to use the GMM specializer in your Python code and give examples. Please refer to our HotPar'11 and ASRU'11 papers for details on the specializer and the speaker diarization example respectively.

Importing the specializer

After installing Asp and the GMM specializer, you need to import it in your Python script like so:

from em import *

Creating the GMM object

Creating a GMM object is just like creating an object of any class in Python. You can either create an empty GMM

Clone this wiki locally