summaryrefslogtreecommitdiff
path: root/misc/py-lion-pytorch/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-lion-pytorch/pkg-descr')
-rw-r--r--misc/py-lion-pytorch/pkg-descr3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/py-lion-pytorch/pkg-descr b/misc/py-lion-pytorch/pkg-descr
new file mode 100644
index 000000000000..d21c9750df9e
--- /dev/null
+++ b/misc/py-lion-pytorch/pkg-descr
@@ -0,0 +1,3 @@
+Lion, EvoLved Sign Momentum, is a new optimizer discovered by Google Brain that
+is purportedly better than Adam(w), in Pytorch. This is nearly a straight copy
+from here, with few minor modifications.