From 8782772c4a68d45a403e610efa75a1c8f401c7e7 Mon Sep 17 00:00:00 2001 From: txh18 Date: Fri, 5 Feb 2016 23:30:22 +0800 Subject: ... --- nerv/examples/lmptb/m-tests/lm_sampler_test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nerv/examples/lmptb/m-tests/lm_sampler_test.lua b/nerv/examples/lmptb/m-tests/lm_sampler_test.lua index 0313d77..effb2ad 100644 --- a/nerv/examples/lmptb/m-tests/lm_sampler_test.lua +++ b/nerv/examples/lmptb/m-tests/lm_sampler_test.lua @@ -457,7 +457,7 @@ if commands["sampling"] == 1 then out_fh:write(nerv.sprintf("\n")) end end - if k % 100 == 0 and out_fh ~= nil then nerv.printf("%s %d sample done\n", global_conf.sche_log_pre, k) end + if k % 10000 == 0 and out_fh ~= nil then nerv.printf("%s %d sample done\n", global_conf.sche_log_pre, k) end end if out_fh ~= nil then out_fh:close() end -- cgit v1.2.3