diff options
Diffstat (limited to 'tutorial')
-rw-r--r-- | tutorial/howto_pretrain_from_kaldi.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/howto_pretrain_from_kaldi.rst b/tutorial/howto_pretrain_from_kaldi.rst index 2e8d674..61e2354 100644 --- a/tutorial/howto_pretrain_from_kaldi.rst +++ b/tutorial/howto_pretrain_from_kaldi.rst @@ -89,14 +89,14 @@ How to Use a Pre-trained nnet Model from Kaldi :: - <nerv_home>/install/bin/nerv <nerv_home>/nerv/examples/asr_trainer.lua timit_mybaseline.lua + <nerv_home>/install/bin/nerv <nerv_home>/nerv/examples/trainer.lua timit_mybaseline.lua (at ``<timit_home>``). - ``<nerv_home>/install/bin/nerv`` is the program which sets up the NERV environment, - - followed by an argument ``<nerv_home>/nerv/examples/asr_trainer.lua`` which + - followed by an argument ``<nerv_home>/nerv/examples/trainer.lua`` which is the script you actually want to run (the general DNN training scheduler), |