from local

This commit is contained in:
dohe0342 2023-03-13 14:00:50 +09:00
parent aa26b8aebd
commit 0514b6d4fc
2 changed files with 2 additions and 1 deletions

View File

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