Skip to content

Releases: tilman151/rul-adapt

v0.6.1: Bug Fixes

22 Apr 18:58
628b6e0
Compare
Choose a tag to compare

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

01 Mar 19:36
fbad168
Compare
Choose a tag to compare

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

02 Feb 08:42
1776c97
Compare
Choose a tag to compare

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

26 Jan 15:59
5094a82
Compare
Choose a tag to compare

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

26 Jan 14:29
15f0cc8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.2...0.5.0

v0.4.2: Enable torch 2

12 Jan 15:25
9bc8d4b
Compare
Choose a tag to compare

This release relaxes the version constraints to be able to use torch>=2.0.0 and pytorch-lightning>=2.0.0.

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1: Bug Fixes

17 Nov 08:26
2cf9fd0
Compare
Choose a tag to compare

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

16 Nov 19:53
3683860
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.4.0

v0.3.2: Bugfixes

16 Nov 15:04
69004bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

v0.3.1: Add Typing Support

13 Oct 11:41
Compare
Choose a tag to compare
chore: add py.typed file