from local

This commit is contained in:
dohe0342 2023-05-15 13:04:43 +09:00
parent 8b80b1ab14
commit 841cbbf7ed
3 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 for spk in $dl_dir/$dest/*; do
spk_id=${spk#*$dest\/} spk_id=${spk#*$dest\/}
echo $spk_id echo $spk_id
./lastlayer.sh encoderlast_$spk_id $spk_id bear ./lastlayer.sh encoderlast2_$spk_id $spk_id bear
done done
done done