Skip to content

Commit

Permalink
[egs] fix to scoring script error in HKUST recipe (kaldi-asr#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
TianyanZhou authored and Mahsa Yarmohammadi committed Feb 28, 2018
1 parent de3dd1c commit 7ced7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/sre10/v1/local/cosine_scoring.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ scores_dir=$6

mkdir -p $scores_dir/log
run.pl $scores_dir/log/cosine_scoring.log \
cat $trials \| awk '{print $1, $2}' \| \
cat $trials \| awk '{print $1" "$2}' \| \
ivector-compute-dot-products - \
scp:${enroll_ivec_dir}/spk_ivector.scp \
'ark:ivector-normalize-length scp:${test_ivec_dir}/ivector.scp ark:- |' \
Expand Down

0 comments on commit 7ced7c5

Please sign in to comment.