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:
-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: