from local

This commit is contained in:
dohe0342 2023-04-10 15:58:20 +09:00
parent d4b4f33ba7
commit 23e4659dbe
2 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; then
for dest in "test-clean" "test-other"; do
for spk in $dl_dir/$dest/*; do
spk_id=${spk#*$dest\/}
./local/compute_fbank_vox.py --data-dir $spk --spk-id $spk_id
./local/compute_fbank_vox.py --data-dir $spk --spk-id $spk_id --prefix $subset
done
done
#touch data/fbank/.vox.done