Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Luolc committed Feb 20, 2019
1 parent e13d3dd commit 64e92dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -54,10 +54,10 @@ See Appendix G of the paper for more details.
## Demos

Thanks to the awesome work by the GitHub team and the Jupyter team, the Jupyter notebook (`.ipynb`)
files can be render directly on GitHub.
files can render directly on GitHub.
We provide several notebooks (like [this one](./demos/cifar10/visualization.ipynb)) for you to
easily get the usage of the optimizer.
We also want to illustrate the rubost performance of AdaBound through these examples.
We also want to illustrate the robust performance of AdaBound through these examples.

For the full list of demos, please refer to [this page](./demos).

Expand Down
2 changes: 1 addition & 1 deletion demos/README.md
Expand Up @@ -2,7 +2,7 @@

Here we provide some demos of using AdaBound on several benchmark tasks.
The purpose of these demos is to give an example of how to use it your research, and also
illustrate the rubost performance of AdaBound.
illustrate the robust performance of AdaBound.

In short, AdaBound can be regarded as an optimizer that dynamically transforms from Adam to SGD as
the training step becomes larger.
Expand Down

0 comments on commit 64e92dd

Please sign in to comment.