mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
add stage 6 - update cutset paths to prepare
This commit is contained in:
parent
da75835639
commit
78d4e50d0f
@ -194,4 +194,9 @@ if [ $stage -le 5 ] && [ $stop_stage -ge 5 ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
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"
|
log "prepare.sh: PREPARATION DONE"
|
Loading…
x
Reference in New Issue
Block a user