from local

This commit is contained in:
dohe0342 2023-04-25 22:50:51 +09:00
parent 82f1d26c47
commit af76f3fa1e
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -5,8 +5,8 @@ for dest in "test-clean" "test-other"; do
spk_id=${spk#*$dest\/} spk_id=${spk#*$dest\/}
echo $spk_id echo $spk_id
#./test.sh $spk_id prompt_tuning_10_$spk_id #./test.sh $spk_id prompt_tuning_10_$spk_id
./test.sh $spk_id prompt_tuning_100_$spk_id #./test.sh $spk_id prompt_tuning_100_$spk_id
#./test.sh $spk_id "$spk_id"_fullft ./test.sh $spk_id "$spk_id"_fullft_v2
#./test.sh $spk_id prompt_tuning_"$spk_id" #./test.sh $spk_id prompt_tuning_"$spk_id"
#./test.sh $spk_id "$spk_id"_adapter_30m #./test.sh $spk_id "$spk_id"_adapter_30m
done done