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

github.com/torch/optim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCadene <remi.cadene@icloud.com>2016-07-21 20:58:59 +0300
committerCadene <remi.cadene@icloud.com>2016-07-21 20:58:59 +0300
commit7b32fd239008067287f5225dd6ee9798065d8aa1 (patch)
tree1e13043d5c3c90fd82077cfaa220f5b745e20b27
parentf400f66a1ee1c7b398bc727cace66e3d992468d2 (diff)
Add Adam learningRateDecay to doc
-rw-r--r--doc/algos.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/algos.md b/doc/algos.md
index a671420..a3ce681 100644
--- a/doc/algos.md
+++ b/doc/algos.md
@@ -200,6 +200,7 @@ Arguments:
* `x`: the initial point
* `config`: a table with configuration parameters for the optimizer
* `config.learningRate`: learning rate
+ * `config.learningRateDecay`: learning rate decay
* `config.beta1`: first moment coefficient
* `config.beta2`: second moment coefficient
* `config.epsilon`: for numerical stability