-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hello, student here, your script is great! It really helped me better understand speech segmentation.
I'm able to run it till ILP-clustering (last step), when i try to go ahead this is what i get:
11:42.567 TrainIVectorOrTINFO | Compute statistics {make() / 1}
11:42.731 TrainIVectorOrTINFO | Train i-vector {make() / 1}
11:42.732 TotalVariabilitINFO | sent #: 0 {estimateL() / 1}
Exception in thread "main" com.thoughtworks.xstream.converters.ConversionException: -1 : -1
---- Debugging information ----
message : -1
cause-exception : java.lang.ArrayIndexOutOfBoundsException
cause-message : -1
class : fr.lium.spkDiarization.libModel.gaussian.FullGaussian
required-type : fr.lium.spkDiarization.libModel.gaussian.FullGaussian
converter-type : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
path : /fr.lium.spkDiarization.libModel.ivector.EigenFactorRadialList/globalMeanCovariance/gender
class[1] : fr.lium.spkDiarization.libModel.ivector.EigenFactorRadialList
version : 8.4.1 09/12/2013 10:48 AM
i didn't install glpk via apt-get because as of today (UBUNTU 14.04) it is not working. I tried manually with the old fashion way but i don't know if everything went ok.
Any tips?
Thank you
Giuseppe