Commit 4170f44 1 parent 6ba1e63 commit 4170f44 Copy full SHA for 4170f44
File tree 1 file changed +1
-10
lines changed
egs/fluent_speech_commands/SLU
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 9
9
stop_stage=5
10
10
11
11
data_dir=path/to/fluent/speech/commands
12
- # data_dir=$1
13
12
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
22
13
23
14
lang_dir=${target_root_dir} /lang_phone
24
15
lm_dir=${target_root_dir} /lm
@@ -45,7 +36,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
45
36
fi
46
37
47
38
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 "
49
40
mkdir -p $fbanks_dir
50
41
python ./local/compute_fbank_slu.py $manifest_dir $fbanks_dir
51
42
fi
You can’t perform that action at this time.
0 commit comments