File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -161,14 +161,14 @@ if [ $stage -le 5 ] && [ $stop_stage -ge 5 ]; then
161
161
log " Stage 5: Split XL subset into pieces (may take 30 minutes)"
162
162
split_dir=data/fbank/XL_split
163
163
if [ ! -f $split_dir /.split_completed ]; then
164
- lhotse split-lazy ./data/fbank/cuts_XL_raw .jsonl.gz $split_dir $num_per_split
164
+ lhotse split-lazy ./data/fbank/gigaspeech_cuts_XL_raw .jsonl.gz $split_dir $num_per_split
165
165
touch $split_dir /.split_completed
166
166
fi
167
167
fi
168
168
169
169
if [ $stage -le 6 ] && [ $stop_stage -ge 6 ]; then
170
170
log " Stage 6: Compute features for XL"
171
- num_splits=$( find data/fbank/XL_split -name " cuts_XL_raw .*.jsonl.gz" | wc -l)
171
+ num_splits=$( find data/fbank/XL_split -name " gigaspeech_cuts_XL_raw .*.jsonl.gz" | wc -l)
172
172
python3 ./local/compute_fbank_gigaspeech_splits.py \
173
173
--num-workers 20 \
174
174
--batch-duration 600 \
177
177
178
178
if [ $stage -le 7 ] && [ $stop_stage -ge 7 ]; then
179
179
log " Stage 7: Combine features for XL (may take 3 hours)"
180
- if [ ! -f data/fbank/cuts_XL .jsonl.gz ]; then
181
- pieces=$( find data/fbank/XL_split -name " cuts_XL .*.jsonl.gz" )
182
- lhotse combine $pieces data/fbank/cuts_XL .jsonl.gz
180
+ if [ ! -f data/fbank/gigaspeech_cuts_XL .jsonl.gz ]; then
181
+ pieces=$( find data/fbank/XL_split -name " gigaspeech_cuts_XL .*.jsonl.gz" )
182
+ lhotse combine $pieces data/fbank/gigaspeech_cuts_XL .jsonl.gz
183
183
fi
184
184
fi
185
185
You can’t perform that action at this time.
0 commit comments