from local

This commit is contained in:
dohe0342 2023-01-27 16:37:45 +09:00
parent 66d8cb1eb6
commit b0f2127fbe
2 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
done
log "Resampling $dset done"
done
python local/prepare_vox_text.py $dl_dir/
python local/prepare_vox_text.py $dl_dir/vox
touch $dl_dir/vox/.vox.done
fi