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

UW3 minor fix: make sure scoring opts are passed to score_cer.sh #2181

Merged
merged 1 commit into from Jan 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
4 changes: 3 additions & 1 deletion egs/uw3/v1/local/score.sh
Expand Up @@ -143,7 +143,9 @@ if [ $stage -le 1 ]; then
fi
fi

steps/scoring/score_kaldi_cer.sh --cmd "$cmd" --stage 2 $data $lang_or_graph $dir
steps/scoring/score_kaldi_cer.sh --cmd "$cmd" --stage 2 --min-lmwt $min_lmwt \
--max-lmwt $max_lmwt --word-ins-penalty $word_ins_penalty \
$data $lang_or_graph $dir

# If we got here, the scoring was successful.
# As a small aid to prevent confusion, we remove all wer_{?,??} files;
Expand Down