diff options
-rw-r--r-- | nerv/examples/lmptb/m-tests/lm_sampler_test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |