less gifs in readme

This commit is contained in:
wassname
2017-11-24 15:50:06 +08:00
parent c0d77bfa49
commit 7e9f70fa7c
+7 -17
View File
@@ -7,32 +7,22 @@ This project generates animations of pytorch optimizers solving toy problems. Ex
Please note that each optimizer has a differen't learning rate, so they are not directly comparable. This is because simpler optimizers perform better on low dimensional problems. So, with a constant learning rate, the simpler SGD optimizer races to the finish while Adam crawls along. In this case we SGD is to fast to see and Adam is too bording to watch. So I used differen't learning rates for each optimizer so I could show them on the same video.
## With cyclic annealing:
### Beales function with noise (cyclic annealing)
![](docs/videos/beales_CyclicLR_20171117_04-51-12_2d.gif)
<!-- ![](docs/videos/beales_CyclicLR_20171117_04-51-12_loss.gif) -->
### Beales function with noise (cyclic annealing)
![](docs/videos/beales_CyclicLR_20171124_04-24-27_2d.gif)
## Constant learning rate
### Beales function
## Beales function
![](docs/videos/beales_20171117_00-02-20_2d.gif)
## Beales function (cyclic annealing)
![](docs/videos/beales_CyclicLR_20171117_04-51-12_2d.gif)
## Beales function with noise
![](docs/videos/beales_None_20171124_04-24-27_2d.gif)
### Six humped camel function
## Six humped camel function
![](docs/videos/six_humped_camel_back_20171115_09-38-57.gif)
![](docs/videos/six_humped_camel_back_20171115_09-38-57_3d.gif)
### Rosenbrock function
<!-- ## Rosenbrock function
![](docs/videos/rosenbrock_20171115_09-47-52.gif)
![](docs/videos/rosenbrock_20171115_09-47-52.gif) -->
# Usage: