from local

This commit is contained in:
dohe0342 2023-05-11 15:11:27 +09:00
parent a42591c29d
commit 2f7bd1c56d
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ for dest in "test-clean" "test-other"; do
for spk in $dl_dir/$dest/*; do
spk_id=${spk#*$dest\/}
echo $spk_id
./lastlayer.sh encoderfreeze_$spk_id $spk_id bear
./lastlayer.sh encoderlast_$spk_id $spk_id bear
done
done