aboutsummaryrefslogtreecommitdiff
path: root/nerv/examples/network_debug/config.lua
diff options
context:
space:
mode:
authorQi Liu <liuq901@163.com>2016-03-14 20:07:15 +0800
committerQi Liu <liuq901@163.com>2016-03-14 20:07:15 +0800
commitb08da1fef90e93b188704056cdae651d7865f98d (patch)
tree4ea507d591621920e476c246c393049c8c22616b /nerv/examples/network_debug/config.lua
parent35496b6a648d98dc41d6226c1d43650aba58cdfc (diff)
speedup border flush
Diffstat (limited to 'nerv/examples/network_debug/config.lua')
-rw-r--r--nerv/examples/network_debug/config.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nerv/examples/network_debug/config.lua b/nerv/examples/network_debug/config.lua
index 9025b78..093bde2 100644
--- a/nerv/examples/network_debug/config.lua
+++ b/nerv/examples/network_debug/config.lua
@@ -12,7 +12,7 @@ function get_global_conf()
layer_num = 1,
chunk_size = 15,
batch_size = 20,
- max_iter = 3,
+ max_iter = 1,
param_random = function() return (math.random() / 5 - 0.1) end,
dropout_rate = 0.5,
timer = nerv.Timer(),