from local

This commit is contained in:
dohe0342 2023-05-02 13:50:40 +09:00
parent b6d15805fd
commit 258daeffd3
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
#dl_dir=/DB/LibriSpeech_tar/vox
subset=$1
#dl_dir=/DB/LibriSpeech_tar/$subset
dl_dir=/home/work/workspace/LibriSpeech/vox_v3
for dest in "test-clean" "test-other"; do
#for dest in "test-other"; do
for spk in $dl_dir/$dest/*; do
spk_id=${spk#*$dest\/}
echo $spk_id
./prompt_tuning.sh self_init_$spk_id $spk_id $subset
done
done
#prompt_tuning_100_rand_"$spk_id" $spk_id $subset