repair the variable name bug

pull/1523/head
xiongxinlei 2 years ago
parent 0780d181d2
commit 3a943ca95b

@ -1,10 +1,10 @@
#!/bin/bash
. ./path.sh
set -e
export PPAUDIO_HOME=/home/users/xiongxinlei/exprts/v3
dir=./data/
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 \
local/train.py \
--data-dir ${dir}

Loading…
Cancel
Save