aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortxh18 <cloudygooseg@gmail.com>2016-02-05 23:30:22 +0800
committertxh18 <cloudygooseg@gmail.com>2016-02-05 23:30:22 +0800
commit8782772c4a68d45a403e610efa75a1c8f401c7e7 (patch)
tree91fc30841921379219dc1424c2529e50f7735049
parent7a421571300417dba0d5c703d9a460ad19aeef14 (diff)
...
-rw-r--r--nerv/examples/lmptb/m-tests/lm_sampler_test.lua2
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