Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jloveric committed Dec 30, 2023
1 parent d81a5c0 commit 2dfbcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ these type of networks that have potentially steep gradients due to the polynomi
kaiming initialization seems to be performing better than linear initialization, but I need to investigate this further.

### sparse mlp
A few networks which are large enough to memorize "The Dunwich Horror" which is fairly short (120KB). Using Adam + learning rate scheduler.
A few networks which are large enough to memorize "The Dunwich Horror" which is fairly short (120KB). Using Lion optimizer + learning rate scheduler.

#### Piecewise constant
Piecewise constant (requires discontinuous). Only the first layer can actually be optimized since derivatives beyond that are zero
Expand Down

0 comments on commit 2dfbcec

Please sign in to comment.