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:
authorSoumith Chintala <soumith@gmail.com>2017-11-28 00:55:35 +0300
committerGitHub <noreply@github.com>2017-11-28 00:55:35 +0300
commita5ceed7c21a56d32a36706823e8436741b230d1c (patch)
tree1ff3c5ed6e45217a2efdb3445ee25d36312735e2
parent656c42af1f996e4a5d6aae3b9aeac831ca162241 (diff)
parent61f8d6ac283afc48d72cf5958ebe3dbef5ecbe41 (diff)
Merge pull request #165 from ProGamerGov/patch-1HEADmaster
Fixed the link to the Adam research paper
-rw-r--r--adam.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/adam.lua b/adam.lua
index bc80b5e..2e127e9 100644
--- a/adam.lua
+++ b/adam.lua
@@ -1,4 +1,4 @@
---[[ An implementation of Adam http://arxiv.org/pdf/1412.6980.pdf
+--[[ An implementation of Adam https://arxiv.org/abs/1412.6980
ARGS: