parent
0780d181d2
commit
3a943ca95b
@ -1,10 +1,10 @@
|
|||||||
#!/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}
|
||||||
|
Loading…
Reference in new issue