Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Fix to steps/decode_combine.sh to remove a command that was added in …
Browse files Browse the repository at this point in the history
…the tombstone branch and somehow merged into master.. probably never was helpful even there
  • Loading branch information
danpovey committed Oct 13, 2016
1 parent 693ec48 commit ae7145b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions egs/wsj/s5/steps/decode_combine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ $cmd JOB=1:$nj $dir/log/interp.JOB.log \
lattice-copy-backoff "ark,s,cs:gunzip -c $srcdir1/lat.JOB.gz|" ark,s,cs:- \
"ark:|gzip -c >$dir/lat.JOB.gz" || exit 1;

cp $srcdir1/final.mdl $dir/final.mdl

if ! $skip_scoring ; then
[ ! -x local/score.sh ] && \
echo "Not scoring because local/score.sh does not exist or not executable." && exit 1;
Expand Down

0 comments on commit ae7145b

Please sign in to comment.