from local

This commit is contained in:
dohe0342 2023-05-24 13:04:12 +09:00
parent e7449a5ea4
commit 0ce82c486e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -8,7 +8,7 @@ for dest in "test-clean" "test-other"; do
for spk in $dl_dir/$dest/*; do for spk in $dl_dir/$dest/*; do
spk_id=${spk#*$dest\/} spk_id=${spk#*$dest\/}
echo $spk_id echo $spk_id
./bitfit.sh bitfit_"$spk_id"_q_fc1 $spk_id bear ./lora.sh lora_"$spk_id" $spk_id bear
done done
done done