Equinox v0.5.1
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
- Minor doc tweaks for
filter_{vmap,pmap}
by @patrick-kidger in #84 - Updated examples to v0.5.0 by @patrick-kidger in #86
- Doc fix for
nn.Pool
by @patrick-kidger in #89 - fix two small typos in documentation by @jvmncs in #91
- Fixed uninformative errors when deserialising by @patrick-kidger in #97
- Implement num_feature_groups for Conv by @jatentaki in #100
- Tweak docs by @patrick-kidger in #101
- Added GroupNorm by @patrick-kidger in #104
- Bump version by @patrick-kidger in #103
New Contributors
- @jvmncs made their first contribution in #91
- @jatentaki made their first contribution in #100
Full Changelog: v0.5.0...v0.5.1