Skip to content

Releases: ENSTA-U2IS-AI/torch-uncertainty

v0.7.0 Time Series Classification Support

31 Jul 07:50
138af06
Compare
Choose a tag to compare

What's Changed

  • ✨ Time-Series Classification support by @alafage & @o-laurent in #194
    • Add InceptionTime model (single, mimo, packed-ensembles, bnn, etc.)
    • Add UCRUEADataset and UCRUEADataModule
    • Add Experiment config files
  • ✨ Add complexity metrics (number of parameters and floating-point operations) in all routines by @alafage in #199
  • 🔨 Change default implementation value in PackedLinear to "einsum" as it seems faster.

Maintenance updates

Full Changelog: v0.6.0...v0.7.0

v0.7.0.post1 Make tslearn truly optional

31 Jul 11:29
e9f6330
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v.0.7.0.post0

v0.6.0 Regression update

28 Jul 17:32
40f73e4
Compare
Choose a tag to compare
Pre-release

What's Changed

  • 🔨 Update Regression support by @alafage in #180
    • ✨ Add QuantileCalibrationError metric
    • 🔨 MC Dropout supports probabilistic regression
    • 🔨 Stochastic Model (BNN) supports probabilistic regression
    • ✨ Add more MLP model versions (e.g., MIMO, BatchEnsemble, etc.)

Full Changelog: v0.5.2...v0.6.0

v0.5.2.post0 PackedLayerNorm fix

11 Jul 12:44
f6b6b10
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.5.2...v0.5.2.post0

v0.5.2 Rework Frost data

05 Jun 09:37
4634590
Compare
Choose a tag to compare
Pre-release

What's Changed

  • 🔨 Rework Frost as external dependency by @o-laurent in #183
  • 🔨 Rework FrostImages dataset & Rename a plotting function by @o-laurent in #184

Full Changelog: v0.5.1...v0.5.2

v0.5.1 :hammer: Rework Conformal methods and fix scalers in the multiclass setting

23 May 09:04
f0b5dea
Compare
Choose a tag to compare

What's Changed

  • ⚡ Version 0.5.1 by @o-laurent in #178
  • Fixed an incorrect behavior in the multiclass setting for TemperatureScalers
  • Reworked Conformal prediction methods and acknowledged TorchCP
  • Also improved the tutorials to some extent

Full Changelog: v0.5.0...v0.5.1

v0.5.0 Major Update

21 May 13:42
3fa0899
Compare
Choose a tag to compare
v0.5.0 Major Update Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.3...v0.5.0

v0.4.3.rc0 Compatibility fix for Lightning 2.5.1

20 Mar 13:17
Compare
Choose a tag to compare

What's Changed

  • ⬆️ Bump tj-actions/changed-files from 42 to 46 in /.github/workflows by @dependabot in #148
  • 🐛 Fix for Lightning 2.5.1 by @alafage in #150

Full Changelog: v0.4.3...v0.4.3.post0

Warning

Lightning<2.5.1 not supported for the CLI, if you encounter any issue please reach out to us.

v0.4.3 Rework PostProcessings, Enable dataset corruptions, use transforms v2

19 Mar 14:01
b5677a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2 Add docker, Rework BatchEnsemble & misc

11 Mar 12:37
b3fe75e
Compare
Choose a tag to compare

What's Changed

  • 🐛 Fix MNIST test dataloader for shifted data by @tonyzamyatin in #135
  • 🐳 Add Dockerfile and documentation for using Docker image by @tonyzamyatin in #134
  • 🔨 Use kornia's motion blur instead of Wand's Gaussian motion blur by @o-laurent in #140
  • ✨ LeNet BatchEnsemble and Deep Ensemble + minor bugfixes by @tonyzamyatin in #137
  • ✨ Docker settings, BatchEnsemble utilities rework + minor fixes by @alafage in #141

New contributor

Thank you, @tonyzamyatin, for your help adding features and finding small bugs!

Full Changelog: v0.4.1...v0.4.2