Skip to content

Commit

Permalink
In clean_and_segment_data.sh use provided $cmd, not $decode_cmd (kald…
Browse files Browse the repository at this point in the history
  • Loading branch information
psmit authored and danpovey committed Oct 1, 2016
1 parent 35ebbbe commit 241d17d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egs/wsj/s5/steps/cleanup/clean_and_segment_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ cp $lang/phones.txt $dir
if [ $stage -le 1 ]; then
echo "$0: Building biased-language-model decoding graphs..."
steps/cleanup/make_biased_lm_graphs.sh $graph_opts \
--nj $nj --cmd "$decode_cmd" \
--nj $nj --cmd "$cmd" \
$data $lang $dir
fi

Expand Down Expand Up @@ -109,7 +109,7 @@ fi
if [ $stage -le 3 ]; then
echo "$0: Doing oracle alignment of lattices..."
steps/cleanup/lattice_oracle_align.sh \
--cmd "$decode_cmd" $data $lang $dir/lats $dir/lattice_oracle
--cmd "$cmd" $data $lang $dir/lats $dir/lattice_oracle
fi


Expand Down

0 comments on commit 241d17d

Please sign in to comment.