From dde53abf865a18bb30cc7b668041152418e0ebb6 Mon Sep 17 00:00:00 2001 From: Xiaohui Zhang Date: Sun, 29 Dec 2013 04:44:27 +0000 Subject: [PATCH] trunk: fixed typos in egs/rm/s5/local/run_nnet2.sh git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3371 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8 --- egs/rm/s5/local/run_nnet2.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/egs/rm/s5/local/run_nnet2.sh b/egs/rm/s5/local/run_nnet2.sh index 4a2c6b44f..e76af2bef 100755 --- a/egs/rm/s5/local/run_nnet2.sh +++ b/egs/rm/s5/local/run_nnet2.sh @@ -17,8 +17,14 @@ if $use_gpu; then # This one is on top of 40-dim + fMLLR features local/nnet2/run_4c_gpu.sh + # This one is for training pnorm nnets on top of 40-dim + fMLLR features + local/nnet2/run_4d_gpu.sh + # This is discriminative training on top of 4c. local/nnet2/run_5c_gpu.sh + + # This is discriminative training on top of 4d. + local/nnet2/run_5d_gpu.sh else # This example runs on top of "raw-fMLLR" features: local/nnet2/run_4a.sh @@ -29,14 +35,8 @@ else # This one is on top of 40-dim + fMLLR features local/nnet2/run_4c.sh - # This one is for training pnorm nnets on top of 40-dim + fMLLR features - local/nnet2/run_4d.sh - # This is discriminative training on top of 4c. local/nnet2/run_5c.sh - - # This is discriminative training on top of 4d. - local/nnet2/run_5d.sh fi