Releases: balbasty/cornucopia
Releases · balbasty/cornucopia
0.3.0
What's Changed
- FIX: GMM parameters on correct device by @brudfors in #11
- Add some noise to input data by @brudfors in #13
- Regularise Wishart prior further by @brudfors in #16
- Translation as constructor argument to SynthFromLabelTransform by @brudfors in #17
- Add bound as constructor argument to SynthFromLabelTransform by @brudfors in #18
- FEAT(fov): random 90 deg rotations by @balbasty in #15
Full Changelog: 0.1.0...0.3.0
0.2.0
The main change concerns the fix of a design flaw. We used to implement our transforms using the apply
method of nn.Module
subclasses. However, nn.Module.apply
has a different use and meaning in torch, which caused massive failures when using cornucopia in conjunction with e.g. torch lightning. We have replaced all our apply
methods with new xform
methods do avoid this name conflict.
What's Changed
- FIX: GMM parameters on correct device by @brudfors in #11
- Add some noise to input data by @brudfors in #13
- Regularise Wishart prior further by @brudfors in #16
- Translation as constructor argument to SynthFromLabelTransform by @brudfors in #17
- Add bound as constructor argument to SynthFromLabelTransform by @brudfors in #18
Full Changelog: 0.1.0...0.2.0