from local

This commit is contained in:
dohe0342 2023-01-27 16:37:56 +09:00
parent b0f2127fbe
commit 0a071ecf27
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/vox
python local/prepare_vox_text.py $dl_dir/vox/4446
touch $dl_dir/vox/.vox.done
fi