Logo
Explore Help
Sign In
zhangyiss/mlx
1
0
Fork 0
You've already forked mlx
mirror of https://github.com/ml-explore/mlx.git synced 2025-12-14 09:07:12 +08:00
Code Issues Actions 2 Packages Projects Releases Wiki Activity
Files
54f1cc6e3e398a1274fb3bcd73cb543eea643da2
mlx/docs/src/python/optimizers/common_optimizers.rst

23 lines
293 B
ReStructuredText
Raw Normal View History

Support LR schedulers (#334) * Add a few LR schedulers * Move parents's constructor call to the top * Fix docstring * refactor optimizers into two files * add docs * nit * Fix Callable type annotation for python 3.8 --------- Co-authored-by: Awni Hannun <awni@apple.com> Co-authored-by: Angelos Katharopoulos <a_katharopoulos@apple.com>
2024-02-15 20:26:20 +01:00
.. _common_optimizers:
Common Optimizers
=================
.. currentmodule:: mlx.optimizers
.. autosummary::
:toctree: _autosummary
:template: optimizers-template.rst
SGD
RMSprop
Adagrad
Adafactor
AdaDelta
Adam
AdamW
Adamax
Lion
Fix stubgen (#2065) * Fix stubgen * add multi optim to docs
2025-04-11 12:02:54 -07:00
MultiOptimizer
Adding support for the Muon Optimizer (#1914) * initial commit with workong optmimizer * update ACKNOWLEDGMENTS.md * nits and adding it to test * nits * G.astype(mx.bfloat16) to G.astype(G.dtype) * G.ndim >= 2 to assert G.ndim == 2 * remove coments * replace with mx.addmm * remove comments * format * nits * match muon * fix addmm --------- Co-authored-by: Awni Hannun <awni@apple.com>
2025-07-18 21:25:28 +02:00
Muon
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 394ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API