You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* always convert learning rate to eltype(momentum) before use
* don't parameterise rule structs, just use Float64
* fix tests like === 0.2f0
* fix a constructor
* fix AdamW
* fix Rprop
* use a macro to define structs with default values
* use T = eltype(x)
* a few more structs
* more structs
* fix tests
* doc fixes
* fix docstrings
* skip Yota on nightly
* docstrings
* breaking change, v0.3-dev
* print Adam(0.01f0) without 0.009999999776482582
* Revert "skip Yota on nightly"
This reverts commit abf0e13.
* don't accidentally write to stdout
0 commit comments