Releases: tilman151/rul-adapt
Releases · tilman151/rul-adapt
v0.6.1: Bug Fixes
What's Changed
- fix: conditional loss breaking for batch size one by @tilman151 in #60
Full Changelog: 0.6.0...0.6.1
v0.6.0: Compatibility with rul-datasets 0.15.0
What's Changed
- fix: pseudo labels with newer RUL datasets version by @tilman151 in #59
Full Changelog: 0.5.2...0.6.0
v0.5.2: Fix Dependency Range
What's Changed
- chore: restrict rul-datasets dependency upwards by @tilman151 in #57
Full Changelog: 0.5.1...0.5.2
v0.5.1: Bug Fixes
What's Changed
- fix: make two-stage extractor work with empty batches by @tilman151 in #56
Full Changelog: 0.5.0...0.5.1
v0.5.0: Two-Stage Extractor
v0.4.2: Enable torch 2
This release relaxes the version constraints to be able to use torch>=2.0.0 and pytorch-lightning>=2.0.0.
What's Changed
- chore: enable use of torch 2 by @tilman151 in #54
Full Changelog: 0.4.1...0.4.2
0.4.1: Bug Fixes
What's Changed
- fix: add dataset name property to pseudo labels by @tilman151 in #53
Full Changelog: 0.4.0...0.4.1
v0.4.0: Nested Hyperparameters
v0.3.2: Bugfixes
What's Changed
- fix: make latent align numerically more stable by @tilman151 in #48
- fix: hparam logging issue by @tilman151 in #50
- docs: update example notebooks by @tilman151 in #51
Full Changelog: 0.3.1...0.3.2
v0.3.1: Add Typing Support
chore: add py.typed file