mirror of
https://github.com/wassname/viz_torch_optim.git
synced 2026-06-27 18:08:02 +08:00
less gifs in readme
This commit is contained in:
@@ -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)
|
||||

|
||||
<!--  -->
|
||||
|
||||
### Beales function with noise (cyclic annealing)
|
||||
|
||||

|
||||
|
||||
|
||||
## Constant learning rate
|
||||
|
||||
### Beales function
|
||||
## Beales function
|
||||

|
||||
|
||||
## Beales function (cyclic annealing)
|
||||

|
||||
|
||||
## Beales function with noise
|
||||

|
||||
|
||||
### Six humped camel function
|
||||
## Six humped camel function
|
||||

|
||||

|
||||
|
||||
### Rosenbrock function
|
||||
<!-- ## Rosenbrock function
|
||||
|
||||

|
||||
 -->
|
||||
|
||||
# Usage:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user