Releases: wearepal/ranzen
Releases · wearepal/ranzen
v0.3.2
- 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
Added generalized copy function (gcopy).
v0.3.0
- Added IterationBasedProgBar callback for correcting the progress bar display during iteration-based training with PyTorch Lightning.
PAL kit 0.1.10
This time the hydra dependency really was made optional.
PAL kit 0.1.9
Changes
- make hydra dependency optional
PAL kit 0.1.8
Changes
- Infinite Sequential Sampler
- Stratified Sampler
PAL kit 0.1.7
Changes
- included
py.typed
PAL kit 0.1.5
Changes
- added wandb downloader
- added wrapper for hydra's configstore
PAL kit 0.1.4
Changes
- updated hydra-core dependency
PAL kit 0.1.3
Changes
- add
@implements
decorator