Merge pull request #1366 from Jackwaterveg/fix

[Others]fix g2p
pull/1371/head
TianYuan 3 years ago committed by GitHub
commit 49fd55dc16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,6 +4,10 @@ source path.sh
USE_SCLITE=true
# test g2p
if [ ! -d ~/datasets/BZNSYP ];then
echo "Please download BZNSYP dataset"
exit
fi
echo "Start get g2p test data ..."
python3 get_g2p_data.py --root-dir=~/datasets/BZNSYP --output-dir=data/g2p
echo "Start test g2p ..."

Loading…
Cancel
Save