Skip to content

Releases: wearepal/ranzen

New decorator for Enums

07 Sep 18:32
Compare
Choose a tag to compare

A new decorator was added (@enum_name_str) which patches the __str__ and __repr__ functions to be prettier.

RandomMixUp factory methods

16 Aug 18:13
Compare
Choose a tag to compare

Converted factory class for RandomMixUp into class methods.

Cross-group mixup.

16 Aug 12:49
Compare
Choose a tag to compare

Added optional group_labels argument to RandomMixUp._transform, based on which mixup pairs are selected in a cross-group fashion.

Fixing past wrongs

13 Aug 20:54
Compare
Choose a tag to compare

Endow targets with default value of None in signatures of RandomMixup.__call__ and RandomMixup.transform.

MixUp

13 Aug 18:18
Compare
Choose a tag to compare

Added implementation of MixUp that can handle different sampling distributions and inputs only.
Replaced mypy with pyright for type-checking and extended type-checking to kit.

v0.3.8

27 Jul 17:04
Compare
Choose a tag to compare

Added unified (capable of handling both binary and multinomial cases) cross-entropy loss module.

v0.3.7

19 Jul 08:49
Compare
Choose a tag to compare

Endowed batch-samplers with the ability to switch between epoch- and iteration-based sampling.

v0.3.6

07 Jul 23:05
Compare
Choose a tag to compare
  • Updated prop_random_split to allow it to take single floats for props argument."

v0.3.5

07 Jul 15:36
Compare
Choose a tag to compare
  • Make parsable importable from kit
  • Rename typing.py to decorators.py to better reflect its contents.

v0.3.4

07 Jul 13:31
Compare
Choose a tag to compare

Changes

  • added a new decorator: @parsable