Skip to content

Commit 356dce0

Browse files
committed
docs: Nero optimizer
1 parent 80e3921 commit 356dce0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ Supported Optimizers
7676
+--------------+----------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+
7777
| Shampoo | *Preconditioned Stochastic Tensor Optimization* | `github <https://github.com/moskomule/shampoo.pytorch>`__ | `https://arxiv.org/abs/1802.09568 <https://arxiv.org/abs/1802.09568>`__ |
7878
+--------------+----------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+
79+
| Nero | *Learning by Turning: Neural Architecture Aware Optimisation* | `github <https://github.com/jxbz/nero>`__ | `https://arxiv.org/abs/2102.07227 <https://arxiv.org/abs/2102.07227>`__ |
80+
+--------------+----------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------+
7981

8082
Useful Resources
8183
----------------
@@ -482,6 +484,17 @@ Shampoo: Preconditioned Stochastic Tensor Optimization
482484
organization={PMLR}
483485
}
484486

487+
Nero: Learning by Turning: Neural Architecture Aware Optimisation
488+
489+
::
490+
491+
@misc{nero2021,
492+
title={Learning by Turning: Neural Architecture Aware Optimisation},
493+
author={Yang Liu and Jeremy Bernstein and Markus Meister and Yisong Yue},
494+
year={2021},
495+
eprint={arXiv:2102.07227}
496+
}
497+
485498
Author
486499
------
487500

0 commit comments

Comments
 (0)