diff options
author | txh18 <[email protected]> | 2015-12-25 15:40:28 +0800 |
---|---|---|
committer | txh18 <[email protected]> | 2015-12-25 15:40:28 +0800 |
commit | e92b6d3eb22f519fd362e28a8ce02dd11874ffdd (patch) | |
tree | 047b8b0fcda034257ef051634a2024e6e459b30f | |
parent | 234a063bc3adb8fede6b65f660f00721ff53c6b7 (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 ba8d508..9dfefe5 100644 --- a/nerv/examples/lmptb/lm_trainer.lua +++ b/nerv/examples/lmptb/lm_trainer.lua @@ -168,7 +168,7 @@ function LMTrainer.lm_process_file_birnn(global_conf, fn, tnn, do_train, p_conf) if do_train == true then nerv.warning("LMTrainer.lm_process_file_birnn: warning, one_sen_report is true while do_train is also true, strange") end - nerv.printf("lm_process_file_birnn: one_sen report mode, set batch_size to 1 and chunk_size to max_sen_len(%d)\n", + nerv.printf("lm_process_file_birnn: one_sen report mode, set chunk_size to max_sen_len(%d)\n", global_conf.max_sen_len) batch_size = global_conf.batch_size chunk_size = global_conf.max_sen_len |