aboutsummaryrefslogtreecommitdiff
path: root/nerv/examples/network_debug/config.lua
diff options
context:
space:
mode:
authorQi Liu <[email protected]>2016-03-14 16:10:59 +0800
committerQi Liu <[email protected]>2016-03-14 16:10:59 +0800
commit35496b6a648d98dc41d6226c1d43650aba58cdfc (patch)
tree72d3667cff52b32894608b9929508b257837cbf8 /nerv/examples/network_debug/config.lua
parent2660af7f6a9ac243a8ad38bf3375ef0fd292bf52 (diff)
add seq_buffer
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 e20d5a9..9025b78 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 = 35,
+ max_iter = 3,
param_random = function() return (math.random() / 5 - 0.1) end,
dropout_rate = 0.5,
timer = nerv.Timer(),