Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

train ivector #3

Open
wjyfelicity opened this issue Sep 19, 2017 · 3 comments
Open

train ivector #3

wjyfelicity opened this issue Sep 19, 2017 · 3 comments

Comments

@wjyfelicity
Copy link

Recently, I am doing speaker diarization with LIUM, After I trained Total variability matrix and i-vector, when train EFR normalization, I met some problem about Eigenvalue Decomposition failed, because org.ejml.simple.simpleEVD.(Unknown Source).Do you know what happened about it.

@StevenLOL
Copy link
Owner

StevenLOL commented Oct 16, 2017

Hi,

I am sorry, I am not familiar with ivector training in LIUM. You may contact LIUM team for this issue.

We usually train ivector system with Kaldi, eg SRE2010 and SRE2016.

@glynpu
Copy link

glynpu commented Dec 8, 2017

Hi,

I am trying i-vector ilp clutering with LIUM and UBM has been trained with Alize toolkit and import by LIUM successfully. However, I am stuck in total variability training.

I think lots of recordings will be needed to train a TV matrix, just like the UBM training. According to training script TV.sh http://www-lium.univ-lemans.fr/diarization/doku.php/i-vector , the command seems only take a single mfcc file as training features, how should I input lots of recordings input the command? It seems that all feature should be put into a single .mfcc file?

segIn=./seg/ubm.seg
gmm=./ubm/ubm.gmm
fMask=./mfcc/%s.mfcc

@StevenLOL
Copy link
Owner

Hi, @glynpu

fMask=./mfcc/%s.mfcc

Sorry for the late reply, you may already figure it out, this fMask means all mfcc files in ./mfcc/ folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants