We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2082b89 commit baccedeCopy full SHA for baccede
examples/other/g2p/run.sh
@@ -4,6 +4,10 @@ source path.sh
4
USE_SCLITE=true
5
6
# test g2p
7
+if [ ! -d datasets/BZNSYP ];then
8
+ echo "Please download BZNSYP dataset"
9
+ exit
10
+fi
11
echo "Start get g2p test data ..."
12
python3 get_g2p_data.py --root-dir=~/datasets/BZNSYP --output-dir=data/g2p
13
echo "Start test g2p ..."
0 commit comments