aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorosadj2017-08-29 16:43:23 -0500
committerDaniel Povey2017-08-29 16:43:23 -0500
commitbca082ed9e819fae7e9b4a85c51563212b776a75 (patch)
tree23fb3c93aabb18e21d7bff2b2859f288954f902c
parent7246f2cb9b857f4c8d2c6db713959920e20b343e (diff)
downloadkaldi-bca082ed9e819fae7e9b4a85c51563212b776a75.tar.gz
kaldi-bca082ed9e819fae7e9b4a85c51563212b776a75.tar.xz
kaldi-bca082ed9e819fae7e9b4a85c51563212b776a75.zip
[egs] Update to score.sh in fisher_swbd setup, allow --iter option (#1853)
-rwxr-xr-xegs/fisher_swbd/s5/local/score.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/egs/fisher_swbd/s5/local/score.sh b/egs/fisher_swbd/s5/local/score.sh
index 1666b3ddc..189d49119 100755
--- a/egs/fisher_swbd/s5/local/score.sh
+++ b/egs/fisher_swbd/s5/local/score.sh
@@ -13,6 +13,8 @@ stage=0
13min_lmwt=5 13min_lmwt=5
14max_lmwt=17 14max_lmwt=17
15word_ins_penalty=0.0,0.5,1.0 15word_ins_penalty=0.0,0.5,1.0
16iter=final # The iteration of model to use (this is ignored but the
17# option is passed in by some decoding scripts).
16#end configuration section. 18#end configuration section.
17 19
18[ -f ./path.sh ] && . ./path.sh 20[ -f ./path.sh ] && . ./path.sh