|
| 1 | +================= |
1 | 2 | pytorch-optimizer |
2 | 3 | ================= |
3 | 4 |
|
4 | | -| |workflow| |codecov| |Documentation Status| |PyPI version| |PyPi download| |black| |
5 | | -
|
6 | | -| Bunch of optimizer implementations in PyTorch with clean-code, strict types. Also, including useful optimization ideas. |
| 5 | ++--------------+------------------------------------------+ |
| 6 | +| Build | |workflow| |Documentation Status| | |
| 7 | ++--------------+------------------------------------------+ |
| 8 | +| Quality | |codecov| |black| | |
| 9 | ++--------------+------------------------------------------+ |
| 10 | +| Package | |PyPI version| |PyPI pyversions| | |
| 11 | ++--------------+------------------------------------------+ |
| 12 | +| Status | |PyPi download| | |
| 13 | ++--------------+------------------------------------------+ |
| 14 | + |
| 15 | +| **pytorch-optimizer** is bunch of optimizer collections in PyTorch. Also, including useful optimization ideas. |
7 | 16 | | Most of the implementations are based on the original paper, but I added some tweaks. |
8 | 17 | | Highly inspired by `pytorch-optimizer <https://github.com/jettify/pytorch-optimizer>`__. |
9 | 18 |
|
@@ -506,6 +515,8 @@ Hyeongchan Kim / `@kozistr <http://kozistr.tech/about>`__ |
506 | 515 | .. |PyPI version| image:: https://badge.fury.io/py/pytorch-optimizer.svg |
507 | 516 | :target: https://badge.fury.io/py/pytorch-optimizer |
508 | 517 | .. |PyPi download| image:: https://img.shields.io/pypi/dm/pytorch-optimizer?style=plastic |
| 518 | +.. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/pytorch-optimizer.svg |
| 519 | + :target: https://pypi.python.org/pypi/pytorch-optimizer/ |
509 | 520 | .. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg |
510 | 521 | .. |codecov| image:: https://codecov.io/gh/kozistr/pytorch_optimizer/branch/main/graph/badge.svg?token=L4K00EA0VD |
511 | 522 | :target: https://codecov.io/gh/kozistr/pytorch_optimizer |
0 commit comments