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

Material #8

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 9 additions & 5 deletions egs/material/s5/local/rnnlm/run_tdnn_lstm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

# Begin configuration section.

dir=exp/rnnlm_lstm_1a
embedding_dim=512
lstm_rpd=128
lstm_nrpd=128
Expand All @@ -24,20 +23,25 @@ train_stage=-10

# variables for lattice rescoring
run_rescore=true
ac_model_dir=exp/chain/tdnn_lstm1a_sp_ld5
ac_model_dir=exp/$language/chain/tdnn_lstm1a_sp_ld5
decode_dir_suffix=rnnlm_1a
ngram_order=4 # approximate the lattice-rescoring by limiting the max-ngram-order
# if it's set, it merges histories in the lattice if they share
# the same ngram history and this prevents the lattice from
# exploding exponentially
pruned_rescore=true
language=swahili

. ./cmd.sh
. ./utils/parse_options.sh

text=data/train/text
lexicon=data/local/dict_nosp/lexiconp.txt
text_dir=data/rnnlm/text_nosp_1e
dir=exp/$language/rnnlm_lstm_1a

text=data/$language/train/text
lexicon=data/$language/local/dict_nosp/lexiconp.txt
text_dir=data/$language/rnnlm/text_nosp_1e
dir=exp/$language/rnnlm_lstm_1a

mkdir -p $dir/config
set -e

Expand Down
121 changes: 0 additions & 121 deletions egs/material/s5_tagalog/local/rnnlm/run_tdnn_lstm.sh

This file was deleted.