Skip to content

Commit

Permalink
misc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr committed Mar 15, 2024
1 parent e9f86df commit 7d01eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egs/commonvoice/ASR/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@ if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; then

if [ $use_validated = true ] && [ ! -f data/${lang}/fbank/.validated.preprocess_complete ]; then
log "Also preprocess validated data"
./local/preprocess_commonvoice.py --language $lang --split validated
./local/preprocess_commonvoice.py --language $lang --dataset validated
touch data/${lang}/fbank/.validated.preprocess_complete
fi

if [ $use_invalidated = true ] && [ ! -f data/${lang}/fbank/.invalidated.preprocess_complete ]; then
log "Also preprocess invalidated data"
./local/preprocess_commonvoice.py --language $lang --split invalidated
./local/preprocess_commonvoice.py --language $lang --dataset invalidated
touch data/${lang}/fbank/.invalidated.preprocess_complete
fi
fi
Expand Down

0 comments on commit 7d01eb4

Please sign in to comment.