ExtractIvectorsFunction#

class montreal_forced_aligner.corpus.features.ExtractIvectorsFunction(args)[source]#

Bases: KaldiFunction

Multiprocessing function for extracting ivectors.

See also

IvectorCorpusMixin.extract_ivectors

Main function that calls this function in parallel

IvectorCorpusMixin.extract_ivectors_arguments

Job method for generating arguments for this function

ivectorbin/ivector-extract.cc

Relevant Kaldi binary

gmmbin/gmm-global-get-post.cc

Relevant Kaldi binary

bin/weight-silence-post.cc

Relevant Kaldi binary

bin/weight-post.cc

Relevant Kaldi binary

bin/post-to-weights.cc

Relevant Kaldi binary

Parameters:

args (ExtractIvectorsArguments) – Arguments for the function