Skip to content

Commit

Permalink
bugs fixed (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr authored Dec 14, 2023
1 parent f85f025 commit 10a2347
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion egs/aishell4/ASR/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
log "Stage 2: Process aishell4"
if [ ! -f data/fbank/aishell4/.fbank.done ]; then
mkdir -p data/fbank/aishell4
lhotse prepare aishell4 $dl_dir/aishell4 data/manifests/aishell4
./local/compute_fbank_aishell4.py --perturb-speed ${perturb_speed}
touch data/fbank/aishell4/.fbank.done
fi
fi
Expand Down
3 changes: 2 additions & 1 deletion egs/alimeeting/ASR/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set -eou pipefail

stage=-1
stop_stage=100
perturb_speed=true

# We assume dl_dir (download dir) contains the following
# directories and files. If not, they will be downloaded
Expand Down Expand Up @@ -68,7 +69,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
log "Stage 2: Process alimeeting"
if [ ! -f data/fbank/alimeeting/.fbank.done ]; then
mkdir -p data/fbank/alimeeting
lhotse prepare ali-meeting $dl_dir/alimeeting data/manifests/alimeeting
./local/compute_fbank_alimeeting.py --perturb-speed ${perturb_speed}
fi
fi

Expand Down

0 comments on commit 10a2347

Please sign in to comment.