timit mono core dumped

245 views
Skip to first unread message

mehdi sehat

unread,
Jun 26, 2019, 12:43:25 PM6/26/19
to kaldi-help
hi
I run TIMIT but I get an error.
what's wrong?

============================================================================
                     MonoPhone Training & Decoding                       
============================================================================
steps/train_mono.sh --nj 30 --cmd run.pl --mem 4G data/train data/lang exp/mono
steps/train_mono.sh: Initializing monophone system.
steps/train_mono.sh: Compiling training graphs
steps/train_mono.sh: Aligning data equally (pass 0)
steps/train_mono.sh: Pass 1
steps/train_mono.sh: Aligning data
bash: line 1: 23829 Aborted                 (core dumped) ( gmm-align-compiled --transition-scale=1.0 --acoustic-scale=0.1 --self-loop-scale=0.1 --beam=6 --retry-beam=40 --careful=false "gmm-boost-silence --boost=1.0 1 exp/mono/1.mdl - |" "ark:gunzip -c exp/mono/fsts.4.gz|" "ark,s,cs:apply-cmvn  --utt2spk=ark:data/train/split30/4/utt2spk scp:data/train/split30/4/cmvn.scp scp:data/train/split30/4/feats.scp ark:- | add-deltas  ark:- ark:- |" "ark,t:|gzip -c >exp/mono/ali.4.gz" ) 2>> exp/mono/log/align.1.4.log >> exp/mono/log/align.1.4.log

run.pl: 30 / 30 failed, log is in exp/mono/log/align.1.*.log

best regards
align.1.20.log

Jan Trmal

unread,
Jun 26, 2019, 12:49:13 PM6/26/19
to kaldi-help
out of memory.  Your cmd.sh should have something like "--max-jobs-run 2" (if you have two cores) as a part of the train_cmd and decode_cmd
y.

--
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 post to this group, send email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/88299477-e69b-4523-976d-05cd088a19d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

mehdi sehat

unread,
Jun 26, 2019, 1:05:04 PM6/26/19
to kaldi-help
decrease nj and max-jobs-run.
not change!

============================================================================
                     MonoPhone Training & Decoding                       
============================================================================
steps/train_mono.sh --nj 1 --cmd run.pl --max-jobs-run 1 data/train data/lang exp/mono

steps/train_mono.sh: Initializing monophone system.
steps/train_mono.sh: Compiling training graphs
steps/train_mono.sh: Aligning data equally (pass 0)
steps/train_mono.sh: Pass 1
steps/train_mono.sh: Aligning data
bash: line 1:  1926 Aborted                 (core dumped) ( gmm-align-compiled --transition-scale=1.0 --acoustic-scale=0.1 --self-loop-scale=0.1 --beam=6 --retry-beam=40 --careful=false "gmm-boost-silence --boost=1.0 1 exp/mono/1.mdl - |" "ark:gunzip -c exp/mono/fsts.1.gz|" "ark,s,cs:apply-cmvn  --utt2spk=ark:data/train/split1/1/utt2spk scp:data/train/split1/1/cmvn.scp scp:data/train/split1/1/feats.scp ark:- | add-deltas  ark:- ark:- |" "ark,t:|gzip -c >exp/mono/ali.1.gz" ) 2>> exp/mono/log/align.1.1.log >> exp/mono/log/align.1.1.log
run.pl: job failed, log is in exp/mono/log/align.1.1.log

mehdi sehat

unread,
Jun 29, 2019, 2:47:49 PM6/29/19
to kaldi-help

Daniel Povey

unread,
Jun 29, 2019, 2:58:23 PM6/29/19
to kaldi-help
Update your repo, it's a bug that was fixed.

--
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 post to this group, send email to kaldi...@googlegroups.com.

sadegh mehrabikia

unread,
Jul 21, 2019, 7:03:22 AM7/21/19
to kaldi-help
Hi
I have a same problem and I used command "git pull" for update my repo then "make" 
but I still have this error
when I use --nj 8, I do'nt receive this error.
Is the number of job equal to the nproc?
How to solve this problem?
could you help me?
thanks


On Saturday, June 29, 2019 at 11:28:23 PM UTC+4:30, Dan Povey wrote:
Update your repo, it's a bug that was fixed.

On Sat, Jun 29, 2019 at 11:47 AM mehdi sehat <m.sehat9...@gmail.com> wrote:


On Wednesday, June 26, 2019 at 9:13:25 PM UTC+4:30, mehdi sehat wrote:
hi
I run TIMIT but I get an error.
what's wrong?

============================================================================
                     MonoPhone Training & Decoding                       
============================================================================
steps/train_mono.sh --nj 30 --cmd run.pl --mem 4G data/train data/lang exp/mono
steps/train_mono.sh: Initializing monophone system.
steps/train_mono.sh: Compiling training graphs
steps/train_mono.sh: Aligning data equally (pass 0)
steps/train_mono.sh: Pass 1
steps/train_mono.sh: Aligning data
bash: line 1: 23829 Aborted                 (core dumped) ( gmm-align-compiled --transition-scale=1.0 --acoustic-scale=0.1 --self-loop-scale=0.1 --beam=6 --retry-beam=40 --careful=false "gmm-boost-silence --boost=1.0 1 exp/mono/1.mdl - |" "ark:gunzip -c exp/mono/fsts.4.gz|" "ark,s,cs:apply-cmvn  --utt2spk=ark:data/train/split30/4/utt2spk scp:data/train/split30/4/cmvn.scp scp:data/train/split30/4/feats.scp ark:- | add-deltas  ark:- ark:- |" "ark,t:|gzip -c >exp/mono/ali.4.gz" ) 2>> exp/mono/log/align.1.4.log >> exp/mono/log/align.1.4.log

run.pl: 30 / 30 failed, log is in exp/mono/log/align.1.*.log

best regards

--
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...@googlegroups.com.
Screenshot from 2019-07-21 14-08-37.png

Daniel Povey

unread,
Jul 21, 2019, 2:24:09 PM7/21/19
to kaldi-help
I doubt very much that it would depend on the number of jobs.  If you did `make` in src/, the problem should have disappeared.  I suggest to just run with 8 jobs for now though.  The --nj is the number of processes it will use at the same time, yes.
Dan


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/56530224-c865-47b5-8493-52f370260986%40googlegroups.com.

sadegh mehrabikia

unread,
Jul 22, 2019, 2:24:24 AM7/22/19
to kaldi...@googlegroups.com
I'm appreciate for response to the question I send
thank you for your attention

You received this message because you are subscribed to a topic in the Google Groups "kaldi-help" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kaldi-help/dAh4ndicGhc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kaldi-help+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/CAEWAuyS%2BrbpZ0wVJXHtvT0k0yeZf4hkyoztZL5dVNFMKLwFRyg%40mail.gmail.com.

aymsagul ablimit

unread,
Sep 8, 2019, 4:05:29 PM9/8/19
to kaldi-help
I pulled the respository and made "make". I also tried with nj=2, nj=4 and nj=8. But I have still have this error message.

steps/train_mono.sh: Compiling training graphs

bash: line 1: 10319 Aborted                 (core dumped) ( compile-train-graphs --read-disambig-syms=data/FR/lang/phones/disambig.int exp/FR/mono/tree exp/FR/mono/0.mdl data/FR/lang/L.fst "ark:sym2int.pl --map-oov 2 -f 2- data/FR/lang/words.txt < data/FR/train/split4/1/text|" "ark:|gzip -c >exp/FR/mono/fsts.1.gz" ) 2>> exp/FR/mono/log/compile_graphs.1.log >> exp/FR/mono/log/compile_graphs.1.log


are there any other options to solve this error?
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/56530224-c865-47b5-8493-52f370260986%40googlegroups.com.

Daniel Povey

unread,
Sep 8, 2019, 6:52:01 PM9/8/19
to kaldi-help
You should show what is in the log file.  First, do `git pull` and cd to src/ and `make`.

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/31609297-2d10-412d-892a-5d1d4d5d9879%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages