Skip to content
Snippets Groups Projects
Commit 6e3ca0ca authored by Dan Povey's avatar Dan Povey
Browse files

Remove if ... fi

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@1116 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent 3d3c937d
Branches
No related tags found
No related merge requests found
......@@ -8,8 +8,6 @@
. cmd.sh
if false; then ##TEMP
# call the next line with the directory where the RM data is
# (the argument below is just an example). This should contain
# subdirectories named as follows:
......@@ -111,7 +109,6 @@ steps/decode.sh --config conf/decode.config --iter 4 --nj 20 --cmd "$decode_cmd"
steps/decode.sh --config conf/decode.config --iter 3 --nj 20 --cmd "$decode_cmd" \
exp/tri2b/graph data/test exp/tri2b_mmi_b0.05/decode_it3 || exit 1;
fi ##TEMP
# Do MPE.
steps/train_mpe.sh data/train data/lang exp/tri2b_ali exp/tri2b_denlats exp/tri2b_mpe || exit 1;
steps/decode.sh --config conf/decode.config --iter 4 --nj 20 --cmd "$decode_cmd" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment