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

trunk: remove outdated option --use-silphones false from egs/timit/s5/local/run_dnn.sh

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4638 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent 60a98059
Branches
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ fi ...@@ -94,7 +94,7 @@ fi
if [ $stage -le 4 ]; then if [ $stage -le 4 ]; then
# Re-train the DNN by 6 iterations of sMBR # Re-train the DNN by 6 iterations of sMBR
steps/nnet/train_mpe.sh --cmd "$cuda_cmd" --num-iters 6 --acwt $acwt \ steps/nnet/train_mpe.sh --cmd "$cuda_cmd" --num-iters 6 --acwt $acwt \
--do-smbr true --use-silphones true \ --do-smbr true \
$data_fmllr/train data/lang $srcdir ${srcdir}_ali ${srcdir}_denlats $dir || exit 1 $data_fmllr/train data/lang $srcdir ${srcdir}_ali ${srcdir}_denlats $dir || exit 1
# Decode # Decode
for ITER in 1 6; do for ITER in 1 6; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment