mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-09 14:05:33 +00:00
add stage 6 - update cutset paths to prepare
This commit is contained in:
parent
cdf246ca1c
commit
f3e59dfa4c
@ -194,4 +194,9 @@ if [ $stage -le 5 ] && [ $stop_stage -ge 5 ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
log "prepare.sh: PREPARATION DONE"
|
||||
if [ $stage -le 6 ] && [ $stop_stage -ge 6 ]; then
|
||||
log "Stage 6: Update cutset paths"
|
||||
python local/utils/update_cutset_paths.py
|
||||
fi
|
||||
|
||||
log "prepare.sh: PREPARATION DONE"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user