Skip to content

Commit 4170f44

Browse files
authored
final polish
1 parent 6ba1e63 commit 4170f44

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

egs/fluent_speech_commands/SLU/prepare.sh

+1-10
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,7 @@ stage=1
99
stop_stage=5
1010

1111
data_dir=path/to/fluent/speech/commands
12-
# data_dir=$1
1312
target_root_dir=data/
14-
# target_root_dir=$2
15-
16-
# data_dir=/home/xli257/slu/fluent_speech_commands_dataset
17-
18-
# lang_dir=data/lang_phone
19-
# lm_dir=data/lm
20-
# manifest_dir=data/manifests
21-
# fbanks_dir=data/fbanks
2213

2314
lang_dir=${target_root_dir}/lang_phone
2415
lm_dir=${target_root_dir}/lm
@@ -45,7 +36,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
4536
fi
4637

4738
if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then
48-
log "Stage 2: Compute fbank for yesno"
39+
log "Stage 2: Compute fbank for SLU"
4940
mkdir -p $fbanks_dir
5041
python ./local/compute_fbank_slu.py $manifest_dir $fbanks_dir
5142
fi

0 commit comments

Comments
 (0)