mirror of
https://github.com/wassname/viz_torch_optim.git
synced 2026-08-20 12:50:49 +08:00
more gifs
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 380 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.2 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.6 MiB |
@@ -4,18 +4,32 @@ This project generates animations of pytorch optimizers solving toy problems. Ex
|
||||
|
||||
# Examples
|
||||
|
||||

|
||||
Please note that these don't have the same learning rate as simple optimizers perform better on low dimensional problems. So with a constant learning rate SGD gets to the minima too fast to see while Adam crawls along. So I used differen't learning rate per optimizer to show them in the same video.
|
||||
|
||||
## With cyclic annealing:
|
||||
|
||||

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

|
||||

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

|
||||

|
||||

|
||||
|
||||
### Madsen function
|
||||
|
||||

|
||||

|
||||
|
||||
### Rosenbrock function
|
||||
|
||||

|
||||
|
||||

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