trunk: BABEL: changing default acoustic scale for decoding bottleneck system (thanks to Pegah Ghahremani); minor fix in train_deltas.sh (thanks to Simon Kluepfel)

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3562 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
This commit is contained in:
Dan Povey 2014-02-21 04:19:14 +00:00
Родитель efb56ad7d7
Коммит b42b9b733f
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -15,7 +15,7 @@ bnf_num_gauss_ubm=550 # use fewer UBM Gaussians than the
# non-bottleneck system (which has 800)
bnf_num_gauss_sgmm=50000 # use fewer SGMM sub-states than the
# non-bottleneck system (which has 80000).
bnf_decode_acwt=0.05
bnf_decode_acwt=0.066666
# DNN hybrid system training parameters
dnn_num_hidden_layers=4

Просмотреть файл

@ -15,7 +15,7 @@ bnf_num_gauss_ubm=500 # use fewer UBM Gaussians than the
# non-bottleneck system (which has 750)
bnf_num_gauss_sgmm=10000 # use fewer SGMM sub-states than the
# non-bottleneck system (which has 18000).
bnf_decode_acwt=0.05
bnf_decode_acwt=0.066666
## DNN hybrid system training parameters

Просмотреть файл

@ -135,7 +135,7 @@ while [ $x -lt $num_iters ]; do
x=$[$x+1];
done
rm $dir/final.mdl 2>/dev/null
rm $dir/final.mdl $dir/final.occs 2>/dev/null
ln -s $x.mdl $dir/final.mdl
ln -s $x.occs $dir/final.occs