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
minor fix and adding tuning directory
  • Loading branch information
aarora8 committed Sep 17, 2018
commit 85e3649535912d68ebadeae7126276edda0c4cb0
1 change: 1 addition & 0 deletions egs/madcat_ar/v1/local/chain/run_cnn.sh
1 change: 1 addition & 0 deletions egs/madcat_ar/v1/local/chain/run_cnn_chainali.sh
1 change: 1 addition & 0 deletions egs/madcat_ar/v1/local/chain/run_cnn_e2eali.sh
1 change: 1 addition & 0 deletions egs/madcat_ar/v1/local/chain/run_e2e_cnn.sh
4 changes: 2 additions & 2 deletions egs/madcat_ar/v1/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ if [ $stage -le 12 ]; then
fi

if [ $stage -le 13 ]; then
local/chain/run_cnn_1a.sh
local/chain/run_cnn.sh
fi

if [ $stage -le 14 ]; then
local/chain/run_cnn_chainali_1a.sh --stage 2
local/chain/run_cnn_chainali.sh --stage 2
fi
4 changes: 2 additions & 2 deletions egs/madcat_ar/v1/run_end2end.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ fi

if [ $stage -le 4 ]; then
echo "$0: Calling the flat-start chain recipe... $(date)."
local/chain/run_flatstart_cnn1a.sh --nj $nj
local/chain/run_e2e_cnn.sh --nj $nj
fi

if [ $stage -le 5 ]; then
Expand All @@ -112,5 +112,5 @@ fi

if [ $stage -le 6 ]; then
echo "$0: Building a tree and training a regular chain model using the e2e alignments...$(date)"
local/chain/run_cnn_e2eali_1b.sh --nj $nj
local/chain/run_cnn_e2eali.sh --nj $nj
fi