aboutsummaryrefslogtreecommitdiff
path: root/nerv/examples/network_debug
diff options
context:
space:
mode:
authorQi Liu <liuq901@163.com>2016-03-15 10:56:35 +0800
committerQi Liu <liuq901@163.com>2016-03-15 10:56:35 +0800
commit51a3beef4a7cbd94278a406664212b6597aedd93 (patch)
tree298d976792164102cf7e12fb1f351f2f50857326 /nerv/examples/network_debug
parentb08da1fef90e93b188704056cdae651d7865f98d (diff)
speedup duplicate layer
Diffstat (limited to 'nerv/examples/network_debug')
-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 093bde2..e20d5a9 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 = 1,
+ max_iter = 35,
param_random = function() return (math.random() / 5 - 0.1) end,
dropout_rate = 0.5,
timer = nerv.Timer(),