diff options
author | Determinant <[email protected]> | 2016-02-16 17:25:51 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2016-02-16 17:25:51 +0800 |
commit | 1721de3a5f5cd6df731484a8161b537468bea0bd (patch) | |
tree | 43fe0fa4b5e3acd6a64ca6b7ab3d003550a51201 | |
parent | 7dee5871f8f67a78ee704c9efd5d4708e8a27740 (diff) |
...
-rw-r--r-- | nerv/layer/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nerv/layer/init.lua b/nerv/layer/init.lua index 86ea9cf..d952022 100644 --- a/nerv/layer/init.lua +++ b/nerv/layer/init.lua @@ -70,7 +70,7 @@ function Layer:get_dim() return self.dim_in, self.dim_out end -function Layer:find_param(pid_list, lconf, gconf, p_type, p_dim, target_pid) +function Layer:find_param(pid_list, lconf, gconf, p_type, p_dim) if type(pid_list) == "string" then pid_list = {pid_list} end |