Skip to content

Commit 6aa80a6

Browse files
authored
Merge pull request #16 from kozistr/docs/readme
[Docs] Add badges
2 parents f53a2ed + ac4f301 commit 6aa80a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# pytorch-optimizer
22

3+
![workflow](https://github.com/kozistr/pytorch_optimizer/actions/workflows/ci.yml/badge.svg?branch=main) [![PyPI version](https://badge.fury.io/py/pytorch-optimizer.svg)](https://badge.fury.io/py/pytorch-optimizer)
4+
35
Bunch of optimizer implementations in PyTorch with clean-code, strict types. Highly inspired by [pytorch-optimizer](https://github.com/jettify/pytorch-optimizer).
46

57
## Usage

0 commit comments

Comments
 (0)