Skip to content

Commit

Permalink
Removing threaded option from online decoder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Platonov committed Apr 14, 2016
1 parent 7dda2e6 commit 84a853c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions egs/wsj/s5/steps/online/nnet3/decode.sh
Original file line number Diff line number Diff line change
@@ -9,8 +9,6 @@ stage=0
nj=4
cmd=run.pl
max_active=7000
threaded=false
modify_ivector_config=false # only relevant to threaded decoder.
beam=15.0
lattice_beam=6.0
acwt=0.1 # note: only really affects adaptation and pruning (scoring is on
@@ -115,13 +113,10 @@ else
fi


if $threaded; then
echo "No threaded support" && exit 1;
else
decoder=online2-wav-nnet3-latgen-faster
parallel_opts=
opts="--online=$online"
fi
decoder=online2-wav-nnet3-latgen-faster
parallel_opts=
opts="--online=$online"


if [ "$post_decode_acwt" == 1.0 ]; then
lat_wspecifier="ark:|gzip -c >$dir/lat.JOB.gz"

0 comments on commit 84a853c

Please sign in to comment.