Skip to content

Commit 553f7b8

Browse files
committed
add both sclite and score_basic in tdnnf header
1 parent 4d5b2c1 commit 553f7b8

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

egs/tedlium/s5_r3/local/chain/tuning/run_tdnnf_1a.sh

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@
44
# It use 2 to 6 jobs and add proportional-shrink 10.
55

66
# local/chain/compare_wer_general.sh exp/chain_cleaned/tdnn_1a exp/chain_cleaned/tdnnf_1a
7-
# System tdnn_1a tdnnf_1a
8-
# WER on dev(orig) 8.2 7.9
9-
# WER on dev(rescored) 7.6 7.2
10-
# WER on test(orig) 8.1 8.0
11-
# WER on test(rescored) 7.7 7.5
12-
# Final train prob -0.0802 -0.0779
13-
# Final valid prob -0.0980 -0.0906
14-
# Final train prob (xent) -1.1450 -0.9021
15-
# Final valid prob (xent) -1.2498 -0.9971
7+
# System tdnn_1a tdnnf_1a tdnnf_1a
8+
# Scoring script sclite sclite score_basic
9+
# WER on dev(orig) 8.2 7.9 7.9
10+
# WER on dev(rescored ngram) 7.6 7.4 7.5
11+
# WER on dev(rescored rnnlm) 6.3 6.2 6.2
12+
# WER on test(orig) 8.1 8.0 8.2
13+
# WER on test(rescored ngram) 7.7 7.7 7.9
14+
# WER on test(rescored rnnlm) 6.7 6.7 6.8
15+
# Final train prob -0.0802 -0.0899
16+
# Final valid prob -0.0980 -0.0974
17+
# Final train prob (xent) -1.1450 -0.9449
18+
# Final valid prob (xent) -1.2498 -1.0002
1619

1720

1821
## how you run this (note: this assumes that the run_tdnn.sh soft link points here;
@@ -64,6 +67,7 @@ where "nvcc" is installed.
6467
EOF
6568
fi
6669

70+
6771
local/nnet3/run_ivector_common.sh --stage $stage \
6872
--nj $nj \
6973
--min-seg-len $min_seg_len \
@@ -217,8 +221,6 @@ if [ $stage -le 18 ]; then
217221
--dir $dir
218222
fi
219223

220-
221-
222224
if [ $stage -le 19 ]; then
223225
# Note: it might appear that this data/lang_chain directory is mismatched, and it is as
224226
# far as the 'topo' is concerned, but this script doesn't read the 'topo' from

0 commit comments

Comments
 (0)