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

forget to commit the double quotes revision previously #1971

Merged
merged 3 commits into from
Oct 25, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update cosine_scoring.sh
Line 28 should use double quotes to expand variables
  • Loading branch information
TianyanZhou authored Oct 25, 2017
commit a9ace53785a3e3c385127101f6922541d4b95cc3
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 @@ -25,5 +25,5 @@ run.pl $scores_dir/log/cosine_scoring.log \
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:- |' \
"ark:ivector-normalize-length scp:${test_ivec_dir}/ivector.scp ark:- |" \
$scores_dir/cosine_scores || exit 1;