Skip to content

Commit

Permalink
Merge pull request kaldi-asr#49 from kan-bayashi/voxforge_dev
Browse files Browse the repository at this point in the history
changed default decoding parameter
  • Loading branch information
kan-bayashi authored Dec 28, 2017
2 parents 96b70e5 + 0676a0b commit 7c44c1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion egs/voxforge/asr1/RESULTS
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ $ grep -e Avg -e SPKR -m 2 exp/tr_it_a02/decode_*t_it_beam20_eacc.best_p0_len0.0
exp/tr_it_a02/decode_dt_it_beam20_eacc.best_p0_len0.0-0.8/result.txt:| SPKR | # Snt # Wrd | Corr Sub Del Ins Err S.Err |
exp/tr_it_a02/decode_dt_it_beam20_eacc.best_p0_len0.0-0.8/result.txt:| Sum/Avg | 1080 78951 | 87.7 5.7 6.6 2.9 15.2 97.7 |
exp/tr_it_a02/decode_et_it_beam20_eacc.best_p0_len0.0-0.8/result.txt:| SPKR | # Snt # Wrd | Corr Sub Del Ins Err S.Err |
exp/tr_it_a02/decode_et_it_beam20_eacc.best_p0_len0.0-0.8/result.txt:| Sum/Avg | 1050 77586 | 87.3 5.8 6.9 2.8 15.5 97.5 |
exp/tr_it_a02/decode_et_it_beam20_eacc.best_p0_len0.0-0.8/result.txt:| Sum/Avg | 1050 77586 | 87.3 5.8 6.9 2.8 15.5 97.5 |

# change minlenratio from 0.0 to 0.2
exp/tr_it_d1_debug_chainer/decode_dt_it_beam20_eacc.best_p0_len0.2-0.8/result.txt:| SPKR | # Snt # Wrd | Corr Sub Del Ins Err S.Err |
exp/tr_it_d1_debug_chainer/decode_dt_it_beam20_eacc.best_p0_len0.2-0.8/result.txt:| Sum/Avg | 1082 79133 | 88.3 6.1 5.6 3.2 14.9 98.9 |
exp/tr_it_d1_debug_chainer/decode_et_it_beam20_eacc.best_p0_len0.2-0.8/result.txt:| SPKR | # Snt # Wrd | Corr Sub Del Ins Err S.Err |
exp/tr_it_d1_debug_chainer/decode_et_it_beam20_eacc.best_p0_len0.2-0.8/result.txt:| Sum/Avg | 1055 77966 | 88.4 6.0 5.6 2.9 14.5 98.9 |
2 changes: 1 addition & 1 deletion egs/voxforge/asr1/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ epochs=15
beam_size=20
penalty=0
maxlenratio=0.8
minlenratio=0.0
minlenratio=0.2
recog_model=acc.best # set a model to be used for decoding: 'acc.best' or 'loss.best'

# data
Expand Down

0 comments on commit 7c44c1c

Please sign in to comment.