Skip to content

Commit 49fd55d

Browse files
authored
Merge pull request #1366 from Jackwaterveg/fix
[Others]fix g2p
2 parents 3f177d9 + 9764535 commit 49fd55d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/other/g2p/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ source path.sh
44
USE_SCLITE=true
55

66
# test g2p
7+
if [ ! -d ~/datasets/BZNSYP ];then
8+
echo "Please download BZNSYP dataset"
9+
exit
10+
fi
711
echo "Start get g2p test data ..."
812
python3 get_g2p_data.py --root-dir=~/datasets/BZNSYP --output-dir=data/g2p
913
echo "Start test g2p ..."

0 commit comments

Comments
 (0)