You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleSpeech/examples/voxceleb/sv0/run.sh

11 lines
208 B

#!/bin/bash
. ./path.sh
set -e
dir=./data/
mkdir -p ${dir}
# you can set the variable PPAUDIO_HOME to specifiy the downloaded the vox1 and vox2 dataset
python3 \
local/train.py \
--data-dir ${dir}