mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
283254893c
commit
c90a3da9e1
Binary file not shown.
@ -114,7 +114,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
|
||||
log "Stage 3: Compute fbank for LJSpeech"
|
||||
mkdir -p data/fbank
|
||||
if [ ! -e data/fbank/.LJSpeech.done ]; then
|
||||
./local/compute_fbank_vox.py --data-dir $dl_dir/vox
|
||||
./local/compute_fbank_vox.py --data-dir $dl_dir/vox --spk-id $spk_id
|
||||
#touch data/fbank/.vox.done
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user