Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/nn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2012-07-07 02:39:19 +0400
committerClement Farabet <clement.farabet@gmail.com>2012-07-07 02:39:19 +0400
commit6447ce66fc8f1854c8a4b7c68720f8ecd20d1f4c (patch)
treeadf8aa820abdfb9fee312cf30b3e8e94313246f6 /hessian.lua
parentaddee6661f02adb2a62b6c6b8d30479beff0fa12 (diff)
Renaming hessian function
Diffstat (limited to 'hessian.lua')
-rw-r--r--hessian.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/hessian.lua b/hessian.lua
index b3f2333..fb6b2dc 100644
--- a/hessian.lua
+++ b/hessian.lua
@@ -9,7 +9,7 @@ nn.hessian = {}
-- Hessian code is still experimental,
-- and deactivated by default
----------------------------------------------------------------------
-function nn.hessian.activate()
+function nn.hessian.enable()
local function accDiagHessianParameters(module, input, diagHessianOutput, gw, hw)
if #gw ~= #hw then