Skip to content

Releases: wearepal/ranzen

v0.3.2

28 Jun 10:21
Compare
Choose a tag to compare
  • Added option to choose between sequential and random sampling strategies when doing stratified sampling.
  • Added generator attributes to InfBatchSequentialSampler and StratifiedSampler classes.

v0.3.1

24 Jun 15:05
Compare
Choose a tag to compare

Added generalized copy function (gcopy).

v0.3.0

24 Jun 10:13
Compare
Choose a tag to compare
  • Added IterationBasedProgBar callback for correcting the progress bar display during iteration-based training with PyTorch Lightning.

PAL kit 0.1.10

16 Jun 11:57
Compare
Choose a tag to compare

This time the hydra dependency really was made optional.

PAL kit 0.1.9

15 Jun 17:27
Compare
Choose a tag to compare

Changes

  • make hydra dependency optional

PAL kit 0.1.8

11 Jun 14:05
Compare
Choose a tag to compare

Changes

  • Infinite Sequential Sampler
  • Stratified Sampler

PAL kit 0.1.7

25 Mar 13:31
Compare
Choose a tag to compare

Changes

  • included py.typed

PAL kit 0.1.5

24 Mar 17:45
Compare
Choose a tag to compare

Changes

  • added wandb downloader
  • added wrapper for hydra's configstore

PAL kit 0.1.4

10 Mar 20:15
Compare
Choose a tag to compare

Changes

  • updated hydra-core dependency

PAL kit 0.1.3

10 Mar 20:14
Compare
Choose a tag to compare

Changes

  • add @implements decorator