|
4 | 4 | # It use 2 to 6 jobs and add proportional-shrink 10. |
5 | 5 |
|
6 | 6 | # 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 |
16 | 19 |
|
17 | 20 |
|
18 | 21 | ## how you run this (note: this assumes that the run_tdnn.sh soft link points here; |
@@ -64,6 +67,7 @@ where "nvcc" is installed. |
64 | 67 | EOF |
65 | 68 | fi |
66 | 69 |
|
| 70 | + |
67 | 71 | local/nnet3/run_ivector_common.sh --stage $stage \ |
68 | 72 | --nj $nj \ |
69 | 73 | --min-seg-len $min_seg_len \ |
@@ -217,8 +221,6 @@ if [ $stage -le 18 ]; then |
217 | 221 | --dir $dir |
218 | 222 | fi |
219 | 223 |
|
220 | | - |
221 | | - |
222 | 224 | if [ $stage -le 19 ]; then |
223 | 225 | # Note: it might appear that this data/lang_chain directory is mismatched, and it is as |
224 | 226 | # far as the 'topo' is concerned, but this script doesn't read the 'topo' from |
|
0 commit comments