Skip to content

Commit

Permalink
[scripts] Fix lattice_oracle_align.sh bug (Thx: @roman-verbit-ai)
Browse files Browse the repository at this point in the history
  • Loading branch information
danpovey authored and Mahsa Yarmohammadi committed Feb 28, 2018
1 parent 4ff8af2 commit 3be8821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/wsj/s5/steps/cleanup/lattice_oracle_align.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ oov=$(cat $lang/oov.int)

utils/split_data.sh --per-utt $data $nj

sdata=$data/split$nj
sdata=$data/split${nj}utt

if [ $stage -le 1 ]; then
$cmd JOB=1:$nj $dir/log/get_oracle.JOB.log \
Expand Down

0 comments on commit 3be8821

Please sign in to comment.