-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
7 changed files
with
214 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.