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

Same continuous phonemes are aggregated when computing gop features via compute-gop #4919

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update run.sh due to the changes in comput-gop.cc
  • Loading branch information
a2d8a4v authored Jun 23, 2024
commit 7c1c5e6eb99b0b8e115cccd243d943ba8b7356e1
2 changes: 2 additions & 0 deletions egs/gop_speechocean762/s5/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Copyright 2019 Junbo Zhang
# 2020-2021 Xiaomi Corporation (Author: Junbo Zhang, Yongqing Wang)
# 2024 Jiun-Ting Li (National Taiwan Normal University)
# Apache 2.0

# This script shows how to calculate Goodness of Pronunciation (GOP) and
Expand Down Expand Up @@ -175,6 +176,7 @@ if [ $stage -le 12 ]; then
compute-gop --phone-map=data/lang_nosp/phone-to-pure-phone.int \
--skip-phones-string=0:1:2 \
$model/final.mdl \
"ark,t:gunzip -c exp/ali_$part/ali.JOB.gz|" \
"ark,t:gunzip -c exp/ali_$part/ali-phone.JOB.gz|" \
"ark:exp/probs_$part/output.JOB.ark" \
"ark,scp:exp/gop_$part/gop.JOB.ark,exp/gop_$part/gop.JOB.scp" \
Expand Down
Loading