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
46c828afa5
commit
1b69ebb8ac
Binary file not shown.
@ -140,7 +140,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
|
||||
|
||||
if [ ! -e data/fbank/.LJSpeech-validated.done ]; then
|
||||
log "Validating data/fbank for LJSpeech"
|
||||
parts=`ls /DB/LJSpeech/wavs/`
|
||||
parts=`ls $dl_dir/LJSpeech/wavs/`
|
||||
for part in ${parts[@]}; do
|
||||
python3 ./local/validate_manifest.py \
|
||||
data/fbank/LJSpeech_cuts_${part}.jsonl.gz
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user