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-08-31 19:37:02 +0400
committerClement Farabet <clement.farabet@gmail.com>2012-08-31 19:37:02 +0400
commit2fefe2aa3217aaf2118c81fbb648cea243bc4bed (patch)
treebc5468fbb552214e9052d1026c865d17dd8787ac
parent84c3611ffbd7f60b9c10b2bd8e3dc951f1944992 (diff)
Clarified doc
-rw-r--r--dok/index.dok3
1 files changed, 3 insertions, 0 deletions
diff --git a/dok/index.dok b/dok/index.dok
index a687db3..8e27fa4 100644
--- a/dok/index.dok
+++ b/dok/index.dok
@@ -268,6 +268,9 @@ situations.
Keep in mind that, this function uses a simple trick to achieve its
goal and it might not be valid for a custom module.
+Also note that compared to accGradParameters(), the gradients are not retained
+for future use.
+
<file lua>
function Module:accUpdateGradParameters(input, gradOutput, lr)
local gradWeight = self.gradWeight