File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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
8082Useful 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+
485498Author
486499------
487500
You can’t perform that action at this time.
0 commit comments