Skip to content

Commit a794273

Browse files
authored
[scripts] Actually use scale_opts in cleanup script (#4071)
1 parent 9b4dc93 commit a794273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

egs/wsj/s5/steps/cleanup/clean_and_segment_data_nnet3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ if [ $stage -le 1 ]; then
132132
echo "$0: Building biased-language-model decoding graphs..."
133133

134134

135-
steps/cleanup/make_biased_lm_graphs.sh $graph_opts \
135+
steps/cleanup/make_biased_lm_graphs.sh $graph_opts --scale-opts "$scale_opts" \
136136
--nj $nj --cmd "$cmd" \
137137
$data $lang $dir $dir/graphs
138138
fi

0 commit comments

Comments
 (0)