mirror of
https://github.com/wassname/viz_torch_optim.git
synced 2026-06-27 16:47:48 +08:00
add gifs with noise
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.5 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.8 MiB |
+423
-381
File diff suppressed because one or more lines are too long
@@ -6,16 +6,26 @@ 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.
|
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:
|
## With cyclic annealing:
|
||||||
|
|
||||||
|
### Beales function with noise (cyclic annealing)
|
||||||

|

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

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

|

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

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

|

|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user