from local

This commit is contained in:
dohe0342 2023-03-13 13:41:13 +09:00
parent 20015dc028
commit 6fabcf9819
2 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,7 @@ stop_stage=100
# - music # - music
# - noise # - noise
# - speech # - speech
dl_dir=/DB/LibriSpeech_tar dl_dir=/DB/LibriSpeech_tar/vox
. shared/parse_options.sh || exit 1 . shared/parse_options.sh || exit 1
@ -88,6 +88,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
# done # done
# log "Resampling $dset done" # log "Resampling $dset done"
#done #done
for dest in "test-clean" "test-other"; do
python local/prepare_vox_text.py $dl_dir/vox/$spk_id python local/prepare_vox_text.py $dl_dir/vox/$spk_id
#touch $dl_dir/vox/.vox.done #touch $dl_dir/vox/.vox.done
fi fi