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

basis-fMLLR based on tri2a

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@1100 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent cb1054a6
Branches
No related tags found
No related merge requests found
......@@ -210,6 +210,15 @@ steps/train_tri2a.sh || exit 1;
)&
# decoding with basis-fMLLR, both per-speaker and per-utterance
(
steps/train_fmllr_basis_tri2a.sh || exit 1;
for year in 92 93; do
scripts/decode.sh exp/decode_tri2a_tgpr_basisfmllr_utt_eval${year} exp/graph_tri2a_tg_pruned/HCLG.fst steps/decode_tri2a_basis_fmllr.sh data/eval_nov${year}.scp
scripts/decode.sh --per-spk exp/decode_tri2a_tgpr_basisfmllr_eval${year} exp/graph_tri2a_tg_pruned/HCLG.fst steps/decode_tri2a_basis_fmllr.sh data/eval_nov${year}.scp
done
)&
# also doing tri2a with bigram [+ lattice generation + rescoring]
(
scripts/mkgraph.sh data/G_bg.fst exp/tri2a/tree exp/tri2a/final.mdl exp/graph_tri2a_bg || exit 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment