From: Daniel P. <dp...@gm...> - 2014-12-03 05:42:55
|
That isn't normal and it doesn't happen when I compile on a Mac. Can you run it in gdb by doing gdb ./matrix-lib-test (gdb) r and then do ctrl-c when it gets in the loop and type "bt" and show me the backtrace? Dan On Wed, Dec 3, 2014 at 12:36 AM, Joaquin Antonio Ruales <ja...@co...> wrote: > Hi Dan, > > Thanks for the quick reply. I have "svn up"ed and recompiled everything, but > now the same matrix test runs into an infinite loop. Would it be safe to > ignore the test results and continue with the tutorial? Here are the few > lines of output from the test: > > LOG (RandPosdefSpMatrix():matrix-lib-test.cc:39) Condition number of random > matrix large 7.50727e+16, trying again (this is normal) > > LOG (RandPosdefSpMatrix():matrix-lib-test.cc:39) Condition number of random > matrix large 1.91265e+16, trying again (this is normal) > > LOG (RandPosdefSpMatrix():matrix-lib-test.cc:39) Condition number of random > matrix large 7.70738e+16, trying again (this is normal) > > LOG (RandPosdefSpMatrix():matrix-lib-test.cc:39) Condition number of random > matrix large 2.32488e+17, trying again (this is normal) > > LOG (RandPosdefSpMatrix():matrix-lib-test.cc:39) Condition number of random > matrix large 8.44565e+17, trying again (this is normal) > > LOG (RandPosdefSpMatrix():matrix-lib-test.cc:39) Condition number of random > matrix large 1.83557e+17, trying again (this is normal) > > LOG (RandPosdefSpMatrix():matrix-lib-test.cc:39) Condition number of random > matrix large 2.61736e+17, trying again (this is normal) > > LOG (RandPosdefSpMatrix():matrix-lib-test.cc:39) Condition number of random > matrix large 8.67803e+16, trying again (this is normal) > > LOG (RandPosdefSpMatrix():matrix-lib-test.cc:39) Condition number of random > matrix large 1.80053e+16, trying again (this is normal) > > LOG (RandPosdefSpMatrix():matrix-lib-test.cc:39) Condition number of random > matrix large 1.67101e+16, trying again (this is normal) > > LOG (RandPosdefSpMatrix():matrix-lib-test.cc:39) Condition number of random > matrix large 1.49485e+16, trying again (this is normal) > > LOG (RandPosdefSpMatrix():matrix-lib-test.cc:39) Condition number of random > matrix large 8.31813e+16, trying again (this is normal) > > LOG (RandPosdefSpMatrix():matrix-lib-test.cc:39) Condition number of random > matrix large 1.6285e+16, trying again (this is normal) > > LOG (RandPosdefSpMatrix():matrix-lib-test.cc:39) Condition number of random > matrix large 2.48172e+16, trying again (this is normal) > > LOG (RandPosdefSpMatrix():matrix-lib-test.cc:39) Condition number of random > matrix large 2.1569e+16, trying again (this is normal) > > > On Tue, Dec 2, 2014 at 4:35 PM, Daniel Povey <dp...@gm...> wrote: >> >> I think I had noticed this before, and I fixed the test by changing >> the threshold. >> If you do "svn up" and recompile, it should pass. >> Dan >> >> >> On Tue, Dec 2, 2014 at 4:20 PM, Joaquín Ruales <ja...@co...> >> wrote: >> > Hi Kaldi Team, >> > >> > I'm running into trouble when running the Kaldi tests (make test) >> > described >> > in the Kaldi tutorial. I'm running it on a Mac (Mavericks) and the error >> > is >> > in matrix-lib-test: KALDI_ASSERT: at >> > UnitTestLinearCgd:matrix-lib-test.cc:3118, failed: error < 1.0e-05 * >> > b.Norm(2.0) >> > >> > Has anyone faced this problem before or have any suggestions? >> > >> > Thanks, >> > Joaquín >> > >> > >> > ------------------------------------------------------------------------------ >> > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >> > from Actuate! Instantly Supercharge Your Business Reports and Dashboards >> > with Interactivity, Sharing, Native Excel Exports, App Integration & >> > more >> > Get technology previously reserved for billion-dollar corporations, FREE >> > >> > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk >> > _______________________________________________ >> > Kaldi-developers mailing list >> > Kal...@li... >> > https://lists.sourceforge.net/lists/listinfo/kaldi-developers >> > > > |