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
d1ef83259f
commit
43fa630499
Binary file not shown.
Binary file not shown.
@ -113,7 +113,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
|
|||||||
mkdir -p data/fbank
|
mkdir -p data/fbank
|
||||||
if [ ! -e data/fbank/.LJSpeech.done ]; then
|
if [ ! -e data/fbank/.LJSpeech.done ]; then
|
||||||
./local/compute_fbank_LJSpeech.py --data-dir $dl_dir/vox
|
./local/compute_fbank_LJSpeech.py --data-dir $dl_dir/vox
|
||||||
touch data/fbank/.LJSpeech.done
|
touch data/fbank/.vox.done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -e data/fbank/.LJSpeech-validated.done ]; then
|
if [ ! -e data/fbank/.LJSpeech-validated.done ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user