Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SanghyukChun authored Jun 16, 2020
1 parent 638f3d5 commit c679b06
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Slowing Down the Weight Norm Increase in Momentum-based Optimizers

Official PyTorch implementation of AdamP and SGDP optimizers | [Paper (TBA)] | [Project page](https://clovaai.github.io/AdamP/)
Official PyTorch implementation of AdamP and SGDP optimizers | [Paper](https://arxiv.org/abs/2006.08217) | [Project page](https://clovaai.github.io/AdamP/)

**Byeongho Heo<sup>\*</sup>, Sanghyuk Chun<sup>\*</sup>, Seong Joon Oh, Dongyoon Han, Sangdoo Yun, Youngjung Uh, Jung-Woo Ha.** <br>
<sub>\* indicates equal contribution</sub>
Expand Down Expand Up @@ -76,5 +76,10 @@ THE SOFTWARE.
## How to cite

```
TBA.
@article{heo2020adamp,
title={Slowing Down the Weight Norm Increase in Momentum-based Optimizers},
author={Heo, Byeongho and Chun, Sanghyuk and Oh, Seong Joon and Han, Dongyoon and Yun, Sangdoo and Uh, Youngjung and Ha, Jung-Woo},
year={2020},
journal={arXiv preprint arXiv:2006.08217},
}
```

0 comments on commit c679b06

Please sign in to comment.