Commit 6ef3fe8 1 parent 3b4d044 commit 6ef3fe8 Copy full SHA for 6ef3fe8
File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ if [ $stage -le 2 ]; then
103
103
fi
104
104
105
105
if [ $stage -le 3 ]; then
106
- local/copy_lat_dir.sh --nj 75 --utt-prefixes " $aug_prefix " \
106
+ local/copy_lat_dir.sh --nj 75 --cmd " $train_cmd " -- utt-prefixes " $aug_prefix " \
107
107
$combined_train_data_dir $lat_dir $combined_lat_dir
108
108
fi
109
109
Original file line number Diff line number Diff line change 4
4
# 2018-2020 Daniel Povey
5
5
# Apache 2.0
6
6
7
- # This script loads the speech commands dataset v0.2 .
7
+ # This script loads the Mobvoi dataset.
8
8
[ -f ./path.sh ] && . ./path.sh
9
9
10
10
dl_dir=data/download
Original file line number Diff line number Diff line change 4
4
# 2018-2020 Daniel Povey
5
5
# Apache 2.0
6
6
7
- """ This script prepares the speech commands data into kaldi format.
7
+ """ This script prepares the Mobvoi data into kaldi format.
8
8
"""
9
9
10
10
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ if [ $stage -le 2 ]; then
100
100
fi
101
101
102
102
if [ $stage -le 3 ]; then
103
- local/copy_lat_dir.sh --nj 75 --utt-prefixes " $aug_prefix " \
103
+ local/copy_lat_dir.sh --nj 75 --cmd " $train_cmd " -- utt-prefixes " $aug_prefix " \
104
104
$combined_train_data_dir $lat_dir $combined_lat_dir
105
105
fi
106
106
Original file line number Diff line number Diff line change 4
4
# 2018-2020 Daniel Povey
5
5
# Apache 2.0
6
6
7
- """ This script prepares the speech commands data into kaldi format.
7
+ """ This script prepares the SNIPS data into kaldi format.
8
8
"""
9
9
10
10
Original file line number Diff line number Diff line change 4
4
# 2018-2020 Daniel Povey
5
5
# Apache 2.0
6
6
7
- # This script loads the speech commands dataset v0.2 .
7
+ # This script loads the SNIPS dataset.
8
8
[ -f ./path.sh ] && . ./path.sh
9
9
10
10
dl_dir=data/download
Original file line number Diff line number Diff line change 5
5
utt_prefixes=
6
6
max_jobs_run=30
7
7
nj=75
8
- cmd=queue .pl
8
+ cmd=run .pl
9
9
write_compact=true
10
10
11
11
echo " $0 $@ " # Print the command line for logging
You can’t perform that action at this time.
0 commit comments