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-17 02:41:31 +0400
committerClement Farabet <clement.farabet@gmail.com>2012-07-17 02:41:31 +0400
commitce90e69dc9784b3b22f42f5955044235c3a5fdfe (patch)
treeeb97e06fd5a8149428b3729eef3cc11c62dffd1a
parent0ec15a8e94069813c02a33ea7d3be8a0ab794516 (diff)
parent14d04599b4c36f662db38befc5cd9fb105cf0407 (diff)
Merge branch 'master' of https://github.com/andresy/torch
-rw-r--r--hessian.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/hessian.lua b/hessian.lua
index f6e8741..4ecc90a 100644
--- a/hessian.lua
+++ b/hessian.lua
@@ -369,8 +369,8 @@ function nn.hessian.enable()
end
----------------------------------------------------------------------
- -- Avoid multiple calls to activate()
+ -- Avoid multiple calls to enable()
----------------------------------------------------------------------
- function nn.hessian.activate()
+ function nn.hessian.enable()
end
end