Skip to content

Releases: khdlr/augmax

v0.3.3

20 Jun 12:03
4899dac

Choose a tag to compare

What's Changed

  • Avoid running JAX operations on import by @kvablack in #10

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

13 May 08:48
3044a32

Choose a tag to compare

Fixes:

  • Fixed: Passing differently sized inputs to geometric transforms used to produce weird behaviour. Now this is correctly detected and a more helpful error message is thrown.
  • Fixed: Typing hints updated to be compatible with jax >=0.4.24

v0.3.1

13 May 08:47

Choose a tag to compare

Fixes:

  • Fixed: Inverting a transformation without given input types
  • Fixed: RandomChannelGamma now correctly applies different gamma to each channel.

v0.3.0

14 Nov 14:09

Choose a tag to compare

  • Changes:
    • Arguments to the augment function can now be arbitrary PyTrees, this includes lists and dicts.
    • The input_types argument must now be a PyTree that matches the structure of the inputs.
    • Default gamma range for the RandomGamma augmentation was changed from [0.75, 1.33] to [0.25, 4.0]
  • New Augmentations: