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

removing double decoding #2306

Merged
merged 1 commit into from Mar 24, 2018
Merged
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
8 changes: 0 additions & 8 deletions egs/chime5/s5/run.sh
Expand Up @@ -168,14 +168,6 @@ if [ $stage -le 11 ]; then
fi

if [ $stage -le 12 ]; then
utils/mkgraph.sh data/lang exp/tri2 exp/tri2/graph
for dset in ${test_sets}; do
steps/decode.sh --nj $decode_nj --cmd "$decode_cmd" --num-threads 4 \
exp/tri2/graph data/${dset} exp/tri2/decode_${dset}
done
fi

if [ $stage -le 13 ]; then
utils/mkgraph.sh data/lang exp/tri2 exp/tri2/graph
for dset in ${test_sets}; do
steps/decode.sh --nj $decode_nj --cmd "$decode_cmd" --num-threads 4 \
Expand Down