From 6fa826003f41a57501bde3e2baab1488410fe2da Mon Sep 17 00:00:00 2001 From: Luolc Date: Tue, 26 Feb 2019 19:52:50 +0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bf217c..26123d5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![GitHub - LICENSE](https://img.shields.io/github/license/Luolc/AdaBound.svg?style=flat)](./LICENSE) An optimizer that trains as fast as Adam and as good as SGD, for developing state-of-the-art -deep learning models on a wide variety of pupolar tasks in the field of CV, NLP, and etc. +deep learning models on a wide variety of popular tasks in the field of CV, NLP, and etc. Based on Luo et al. (2019). [Adaptive Gradient Methods with Dynamic Bound of Learning Rate](https://openreview.net/forum?id=Bkg3g2R9FX).