from local

This commit is contained in:
dohe0342 2023-05-03 00:09:50 +09:00
parent dfc1d486a0
commit 17793fabd3
3 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -6,7 +6,8 @@ for dest in "test-clean" "test-other"; do
echo $spk_id
#./test.sh $spk_id prompt_tuning_10_$spk_id
#./test.sh $spk_id prompt_tuning_100_$spk_id
./test.sh $spk_id self_init_"$spk_id"
./test.sh $spk_id bitfit_$spk_id
#./test.sh $spk_id self_init_"$spk_id"
#./test.sh $spk_id prompt_tuning_"$spk_id"
#./test.sh $spk_id "$spk_id"_adapter_30m
done