mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 18:24:18 +00:00
updated
This commit is contained in:
parent
63532ae1fb
commit
80b3106bbb
@ -31,6 +31,8 @@ log "Running prepare_lm.sh"
|
||||
stage=0
|
||||
stop_stage=100
|
||||
|
||||
. shared/parse_options.sh || exit 1
|
||||
|
||||
if [ $stage -le 0 ] && [ $stop_stage -ge 0 ]; then
|
||||
log "Stage 0: Prepare BPE based lexicon."
|
||||
|
||||
|
@ -15,6 +15,8 @@ log "Running prepare_mmi.sh"
|
||||
stage=0
|
||||
stop_stage=100
|
||||
|
||||
. shared/parse_options.sh || exit 1
|
||||
|
||||
if [ $stage -le 0 ] && [ $stop_stage -ge 0 ]; then
|
||||
log "Stage 0: Prepare bigram token-level P for MMI training"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user