зеркало из https://github.com/mozilla/kaldi.git
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
This commit is contained in:
Родитель
37ae6de783
Коммит
dde53abf86
|
@ -17,8 +17,14 @@ if $use_gpu; then
|
||||||
# This one is on top of 40-dim + fMLLR features
|
# This one is on top of 40-dim + fMLLR features
|
||||||
local/nnet2/run_4c_gpu.sh
|
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.
|
# This is discriminative training on top of 4c.
|
||||||
local/nnet2/run_5c_gpu.sh
|
local/nnet2/run_5c_gpu.sh
|
||||||
|
|
||||||
|
# This is discriminative training on top of 4d.
|
||||||
|
local/nnet2/run_5d_gpu.sh
|
||||||
else
|
else
|
||||||
# This example runs on top of "raw-fMLLR" features:
|
# This example runs on top of "raw-fMLLR" features:
|
||||||
local/nnet2/run_4a.sh
|
local/nnet2/run_4a.sh
|
||||||
|
@ -29,14 +35,8 @@ else
|
||||||
# This one is on top of 40-dim + fMLLR features
|
# This one is on top of 40-dim + fMLLR features
|
||||||
local/nnet2/run_4c.sh
|
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.
|
# This is discriminative training on top of 4c.
|
||||||
local/nnet2/run_5c.sh
|
local/nnet2/run_5c.sh
|
||||||
|
|
||||||
# This is discriminative training on top of 4d.
|
|
||||||
local/nnet2/run_5d.sh
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче