mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-27 18:54:18 +00:00
small fix
This commit is contained in:
parent
64bd3f7df4
commit
4316ec43d7
@ -142,9 +142,9 @@ fi
|
|||||||
|
|
||||||
if [ $stage -le 7 ] && [ $stop_stage -ge 7 ]; then
|
if [ $stage -le 7 ] && [ $stop_stage -ge 7 ]; then
|
||||||
log "Stage 7: Combine features for XL"
|
log "Stage 7: Combine features for XL"
|
||||||
if [ ! -f data/fbank/XL_split_${num_splits}/cuts_XL.json.gz ]; then
|
if [ ! -f data/fbank/cuts_XL.jsonl.gz ]; then
|
||||||
pieces=$(find data/fbank/XL_split_${num_splits} -name "cuts_XL.*.json.gz")
|
pieces=$(find data/fbank/XL_split_${num_splits} -name "cuts_XL.*.jsonl.gz")
|
||||||
lhotse combine $pieces data/fbank/XL_split_${num_splits}/cuts_XL.json.gz
|
lhotse combine $pieces data/fbank/cuts_XL.jsonl.gz
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user