Equinox v0.7.0
- Multiple bugfixes for differentiating through, and serialising,
eqx.experimental.BatchNorm
.- This is the reason for the version bump: if you are using
eqx.experimental.{BatchNorm,SpectralNorm,StateIndex}
then the serialisation format has changed.
- This is the reason for the version bump: if you are using
- Feature:
use_ceil
added to all pooling layers.
Autogenerated release notes as follows:
What's Changed
- Add len and iter methods to nn.Sequential by @jenkspt in #174
- Add attention functions and tests by @jenkspt in #181
- Fixed BatchNorm not de/serialising correctly by @patrick-kidger in #172
- Ordered tree map by @paganpasta in #170
- added use_ceil to pooling by @paganpasta in #176
- Dev by @patrick-kidger in #184
Full Changelog: v0.6.0...v0.7.0