PLDA
PLDA copied to clipboard
An LDA/PLDA estimator using KALDI in python for speaker verification tasks
Hi, RicherMans, Usually before we train the PLDA model, we subtract the mean from the ivectors and also normalize their length. I am wondering does your implementation (or Kaldi's) do...
Hi, RicherMans, I installed the latest Kaldi. When I make files, it reports /home/xliu/PLDA/src/kaldi-utils.hpp: In function ‘kaldi::Matrix kaldi::readFeatureFromPyString(PyObject*)’: /home/xliu/PLDA/src/kaldi-utils.hpp:44:41: error: ‘PyString_Check’ was not declared in this scope PyString_Check(pyfeaturefilename); ^ /home/xliu/PLDA/src/kaldi-utils.hpp:45:74:...