Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 07:38
· 10 commits to master since this release
38c9d62

Optimisers v0.4.0

Diff since v0.3.4

Merged pull requests:

Closed issues:

  • Stable docs will 404 until a new version is tagged (#25)
  • Allow keyword arguments for optimisers (#74)
  • doc improvement: working with custom model types (#84)
  • Rename or outsource iswriteable (#99)
  • Split out the rules.jl as a sub-package (or a separate package) ? (#108)
  • Wrong model update for BatchNorm for some specific synthax (#123)
  • Use OptChain as an alias for OptimiserChain? (#138)
  • nothing does not correspond to updating the state with a zero gradient. (#140)
  • Utility for walking a tree (e.g. gradients) w.r.t. a model (#143)
  • Adam optimizer can produce NaNs with Float16 due to small epsilon (#167)
  • mark as public any non-exported but documented interface (#189)