diff options
author | txh18 <[email protected]> | 2015-11-16 15:21:15 +0800 |
---|---|---|
committer | txh18 <[email protected]> | 2015-11-16 15:21:15 +0800 |
commit | 6130e49bc87d812e921fd31c26f52ae487cf4242 (patch) | |
tree | b63566f89b7dcb1ecbc46f08c2a9b1c96296fa7e | |
parent | 33e050ebe811c08abd2b4edc697e9cd9acadfddb (diff) |
...
-rw-r--r-- | nerv/examples/lmptb/lm_trainer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nerv/examples/lmptb/lm_trainer.lua b/nerv/examples/lmptb/lm_trainer.lua index 7c11a34..44862dc 100644 --- a/nerv/examples/lmptb/lm_trainer.lua +++ b/nerv/examples/lmptb/lm_trainer.lua @@ -64,7 +64,7 @@ function LMTrainer.lm_process_file(global_conf, fn, tnn, do_train) end tnn:moveRightToNextMB() - global_conf.timer:tic('most_out_loop_lmprocessfile') + global_conf.timer:toc('most_out_loop_lmprocessfile') --print log if (result["rnn"].cn_w > next_log_wcn) then |