from local

This commit is contained in:
dohe0342 2023-01-29 21:20:55 +09:00
parent b91ce3abdd
commit 283254893c
2 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
mkdir -p data/manifests
if [ ! -e data/manifests/.vox.done ]; then
python local/prepare_vox.py $dl_dir/vox
python local/prepare_vox.py $dl_dir/vox $spk_id
#touch data/manifests/.vox.done
fi
fi