提交 3a943ca9 编写于 作者: X xiongxinlei

repair the variable name bug

上级 0780d181
#!/bin/bash #!/bin/bash
. ./path.sh . ./path.sh
set -e set -e
export PPAUDIO_HOME=/home/users/xiongxinlei/exprts/v3
dir=./data/ dir=./data/
mkdir -p ${dir} mkdir -p ${dir}
# you can set the variable DATA_HOME to specifiy the downloaded the vox1 and vox2 dataset # you can set the variable PPAUDIO_HOME to specifiy the downloaded the vox1 and vox2 dataset
python3 \ python3 \
local/train.py \ local/train.py \
--data-dir ${dir} --data-dir ${dir}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册