what is "compute-wer-bootci" in "score_kaldi.sh"??? I can't find such program!

282 views
Skip to first unread message

euisun...@gmail.com

unread,
Mar 18, 2016, 7:21:33 PM3/18/16
to kaldi-help
Hello guys, I'm trying to the scoring script "score_kaldi.sh". When I ran this script, the following output is shown

steps/score_kaldi.sh --cmd run.pl data/clean exp/tri1/graph exp/tri1/decode_clean
steps/score_kaldi.sh: scoring with word insertion penalty=0.0,0.5,1.0
run.pl: job failed, log is in exp/tri1/decode_clean/scoring_kaldi/log/wer_bootci.log

"exp/tri1/decode_clean/scoring_kaldi/log/wer_bootci.log" contains the following

# compute-wer-bootci ark:exp/tri1/decode_clean/scoring_kaldi/test_filt.txt ark:exp/tri1/decode_clean/scoring_kaldi/penalty_1.0/11.txt > exp/tri1/decode_clean/scoring_kaldi/wer_details/wer_bootci
# Started at Fri Mar 18 19:02:44 EDT 2016
#
bash: line 1: compute-wer-bootci: command not found
# Accounting: time=1 threads=1
# Ended (code 32512) at Fri Mar 18 19:02:45 EDT 2016, elapsed time 1 seconds

It seems like it can't find the program called "compute-wer-bootci". I saw a similar looking program called "compute-wer".

Consider the following lines in the "score_kaldi.sh" script where it calls the "compute-wer-bootci".

$cmd $dir/scoring_kaldi/log/wer_bootci.log \
      compute-wer-bootci \
        ark:$dir/scoring_kaldi/test_filt.txt ark:$dir/scoring_kaldi/penalty_$best_wip/$best_lmwt.txt \
        '>' $dir/scoring_kaldi/wer_details/wer_bootci || exit 1;

To sum up, is there a program called "compute-wer-bootci"? Is it possible that "compute-wer" was supposed to be called with option of some sort such as bootci?

I would appreciate your help.

euisun...@gmail.com

unread,
Mar 18, 2016, 7:26:26 PM3/18/16
to kaldi-help, euisun...@gmail.com
please disregard my previous post, it's just that the program is not compiled, the source code for the program is sitting at {usr}/kaldi-trunk/src/bin/compute-wer-bootci.cc

Jan Trmal

unread,
Mar 18, 2016, 8:32:02 PM3/18/16
to kaldi-help, euisun...@gmail.com
You probably did new pull but did not recompile.
y.

--
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.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages