Floating point exception (core dumped)

184 views
Skip to first unread message

orum farhang

unread,
Aug 15, 2019, 1:17:02 PM8/15/19
to kaldi-help
Hi All,

I'am using "online2-wav-nnet3-latgen-faster.cc" as an example to develop an audio file decoder which reads a wave file and decode it.

However my program crashes in  "decoder.AdvancedDecoding()"  line with this error: Floating point exception (core dumped)
Could someone help me to understand what could be the reason for this please? I can extract ivector features from audio file but when I'm using same feature_pipeline for decoding I get this error.

Many thanks.

Daniel Povey

unread,
Aug 15, 2019, 1:19:14 PM8/15/19
to kaldi-help
Looks to me like the --frame-subsampling-factor  option is set to zero.  Should be 1 or 3.  This may be a compilation issue, e.g.
the size of a struct changed but `make depend` had never been run.  Run `make depend` in src/, and then `make -j 8` or whatever.  If that fails, `make clean` and then make may help.


--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/2702ae48-6b02-489d-a9e9-0a6dbd22afe6%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages