Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

madcat arabic scripts cleaning and adding higher order language model #2718

Merged
merged 9 commits into from
Sep 19, 2018
Prev Previous commit
Next Next commit
adding gpu = false for alignments in runend2end
  • Loading branch information
aarora8 committed Sep 18, 2018
commit 1bd1448d1c543de817510fb984d67a571ac4dc59
1 change: 1 addition & 0 deletions egs/madcat_ar/v1/run_end2end.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ fi
if [ $stage -le 5 ]; then
echo "$0: Aligning the training data using the e2e chain model...$(date)."
steps/nnet3/align.sh --nj $nj --cmd "$cmd" \
--use-gpu false \
--scale-opts '--transition-scale=1.0 --self-loop-scale=1.0 --acoustic-scale=1.0' \
data/train data/lang exp/chain/e2e_cnn_1a exp/chain/e2e_ali_train
fi
Expand Down