From: Daniel P. <dp...@gm...> - 2013-04-08 18:58:31
|
Firstly, this should give you numerical problems but not a segmentation fault. You'll have to look in the code and see if it's behaving as expected. E.g. is it due to a number so small that it cannot be represented in floating point, or is it larger than that and unexpectedly becoming zero? It might be an issue with your algorithm design. Let me know if that function needs to be fixed. Dan On Mon, Apr 8, 2013 at 2:54 PM, Xavier Anguera <xan...@gm...> wrote: > Hi, > when using the function template<typename Real> Real > VectorBase<Real>::ApplySoftMax() in kaldi-vector.cc file, I noticed that > very small likelihoods are rounded to a posterior probability of 0.0 > Is this an expected behavior? I am trying to perform an EM training of a > simple GMM and I keep bumping into segmentation fault due to this. > > Thanks > > Xavi Anguera > > > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portal > http://www.cisco.com/web/learning/employer_resources/index.html > _______________________________________________ > Kaldi-developers mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-developers > > |