Skip to content
Snippets Groups Projects
Commit fb71bad7 authored by Yajie Miao's avatar Yajie Miao
Browse files

Add basis fMLLR on top of tri3b

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@1152 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent 4128cf45
Branches
No related tags found
No related merge requests found
......@@ -194,6 +194,11 @@ steps/decode_fmllr.sh --nj 10 --cmd "$decode_cmd" \
steps/decode_fmllr.sh --nj 8 --cmd "$decode_cmd" \
exp/tri3b/graph_tgpr data/test_eval92 exp/tri3b/decode_tgpr_eval92 || exit 1;
# decoding train3b with basis fMLLR
steps/decode_basis_fmllr.sh --nj 10 --cmd "$decode_cmd" \
exp/tri3b/graph_tgpr data/train_si84 data/test_dev93 exp/tri3b/decode_tgpr_dev93 || exit 1;
steps/decode_basis_fmllr.sh --nj 8 --cmd "$decode_cmd" \
exp/tri3b/graph_tgpr data/train_si84 data/test_eval92 exp/tri3b/decode_tgpr_eval92 || exit 1;
# steps/decode_fmllr_thresh.sh --nj 10 --cmd "$decode_cmd" \
# exp/tri3b/graph_tgpr data/test_dev93 exp/tri3b/decode_tgpr_dev93_thresh || exit 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment