Skip to content

Equinox v0.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 11:21
· 696 commits to main since this release
aa0d968

This release:

  • Adds equinox.nn.GroupNorm.
  • Adds support for grouped convolutions and transposed convolutions, e.g. equinox.nn.Conv2d(..., groups=...). (Thanks @jatentaki!)
  • Fixes exceptions raised by tree_deserialise_leaves having no message.
  • Fixes a few documentation issues. (Thanks @jvmncs!)

Autogenerated release notes as follows:

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1