|
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-09-04 14:17:40
|
That's an unusual situation in that it doesn't print out any error
messages. Try to run the command line (the line after the '#') on
your terminal after sourcing path.sh (". path.sh"), and see what
happens.
Dan
On Wed, Sep 4, 2013 at 9:06 AM, Mailing list used for User
Communication and Updates <kal...@li...> wrote:
> HI,
>
> In the wsj/s5 setup, following command failed.
>
> steps/decode_fmllr.sh --nj 10 --cmd "$decode_cmd" exp/tri4b/graph_tgpr
> data/test_dev93 exp/tri4b/decode_tgpr_dev93
>
> The content of a log file is given below. Please advice. What is the reason
> for status 135 ?
>
> Thanks.
>
>
> # gmm-latgen-faster --max-arcs=-1 --max-active=2000 --beam=10.0
> --lattice-beam=6.0 --acoustic-scale=0.083333 --allow-partial=true
> --word-symbol-table=exp/tri4b/graph_tgpr/words.txt exp/tri4b/final.alimdl
> exp/tri4b/graph_tgpr/HCLG.fst "ark,s,cs:apply-cmvn --norm-vars=false
> --utt2spk=ark:data/test_dev93/split10/1/utt2spk
> scp:data/test_dev93/split10/1/cmvn.scp
> scp:data/test_dev93/split10/1/feats.scp ark:- | splice-feats
> --left-context=3 --right-context=3 ark:- ark:- | transform-feats
> exp/tri4b/final.mat ark:- ark:- |" "ark:|gzip -c >
> exp/tri4b/decode_tgpr_dev93.si/lat.1.gz"
> gmm-latgen-faster --max-arcs=-1 --max-active=2000 --beam=10.0
> --lattice-beam=6.0 --acoustic-scale=0.083333 --allow-partial=true
> --word-symbol-table=exp/tri4b/graph_tgpr/words.txt exp/tri4b/final.alimdl
> exp/tri4b/graph_tgpr/HCLG.fst 'ark,s,cs:apply-cmvn --norm-vars=false
> --utt2spk=ark:data/test_dev93/split10/1/utt2spk
> scp:data/test_dev93/split10/1/cmvn.scp
> scp:data/test_dev93/split10/1/feats.scp ark:- | splice-feats
> --left-context=3 --right-context=3 ark:- ark:- | transform-feats
> exp/tri4b/final.mat ark:- ark:- |' 'ark:|gzip -c >
> exp/tri4b/decode_tgpr_dev93.si/lat.1.gz'
> splice-feats --left-context=3 --right-context=3 ark:- ark:-
> apply-cmvn --norm-vars=false --utt2spk=ark:data/test_dev93/split10/1/utt2spk
> scp:data/test_dev93/split10/1/cmvn.scp
> scp:data/test_dev93/split10/1/feats.scp ark:-
> transform-feats exp/tri4b/final.mat ark:- ark:-
> # Finished at Wed Sep 4 20:15:34 SGT 2013 with status 135
>
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Kaldi-users mailing list
> Kal...@li...
> https://lists.sourceforge.net/lists/listinfo/kaldi-users
>
|