diff options
-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 |