Skip to content

Releases: ENSTA-U2IS-AI/torch-uncertainty

Add Evidential Classification & Regression, add Mixup and variants, fix MC-Dropout, add Sparsification metric and plots for calibration, switch to flit & ruff

19 Dec 08:50
0d3a5fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Huge thanks to them!

Full Changelog: v0.1.4...v0.1.5

MIMO, Scalers, & more datasets

29 Aug 19:51
fd8bdf0
Compare
Choose a tag to compare
Pre-release

MIMO, Scalers, & more datasets

In this PR, we added a new preprocessing function for MIMO-like networks. We added different post-hoc scaling methods to improve the calibration. We added MNIST-C and TinyImageNet-C to the corrupted datasets. Furthermore, we refined the GitHub workflow to improve the development chain. Finally, we also added one tutorial for temperature scaling.

What's Changed

Full Changelog: v0.1.3...v0.1.4

Add Regression, Bayesian Neural Networks, & Deep Ensembles

26 Jul 07:52
ebebc62
Compare
Choose a tag to compare

New functionalities

  • Regression training and testing (routine, dataset, experiment, etc)
  • Bayesian Neural Networks (Linear, Conv, Sampler, ELBO, tutorial)
  • Deep Ensembles (Routine & model)
  • Add VGG
  • relax constraints on the packages
  • Improve coverage

Pull Requests merged

  • Add contribution page and rework readme 📖 in #26
  • ✨ Enable regression & misc in #27
  • ✨ Add support for regression & BNNs in #30

Full Changelog: v0.1.2...v0.1.3

Rework baselines & Add datasets

05 Jun 07:25
3f22f97
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Rework baselines to increase code reuse and simplify their use.
  • Add post-hoc temperature scaling
  • Add ImageNet variations (A, O, R)
  • Add dataset autodownload
  • Add transforms for PixMix.
  • Update packages

Pull Requests

Full Changelog: v0.1.1...v0.1.2

Add baselines & Improve documentation

17 May 14:20
3e14949
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Doc theme by @alafage in #12
  • Add logos 🎨
  • Add WR baselines for BatchEnsembles and Masksembles ✨
  • Switch to ImageNet structure by default and add the corresponding parameter 🔨
  • Add CIFAR-10H support ✨
  • Refactor Packed layers to ease understanding 🔨
  • Start handling HF weights ✨
  • Improve the documentation & ReadMe 📚
  • Add a reference page 📖
  • Improve test coverage ✔️
  • Update packages ⚡
  • Make the logo's background transparent 👕
  • Remove old implementations of the metrics 🔥
  • Add channel-last support ✨
  • Major metrics updates 🐛 🎨
  • Improve tests

New Contributors

Full Changelog: v0.1.0...v0.1.1

Torch Uncertainty First Release

15 Feb 16:35
5eee877
Compare
Choose a tag to compare
Pre-release
  • Add first baselines
  • Add metrics
  • Add tests
  • Add documentation