Skip to content

Commit

Permalink
[egs] minor script fix; remove unused variable (kaldi-asr#1933)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzmyyff authored and danpovey committed Oct 11, 2017
1 parent 7ed7311 commit e3f2e0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions egs/swbd/s5c/local/score_basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ for f in $data/text $lang/words.txt $dir/lat.1.gz; do
[ ! -f $f ] && echo "$0: expecting file $f to exist" && exit 1;
done

name=`basename $data`; # e.g. eval2000

mkdir -p $dir/scoring/log


Expand Down

0 comments on commit e3f2e0c

Please sign in to comment.