Skip to content

BaaL v1.2.1

Choose a tag to compare

@Dref360 Dref360 released this 03 Nov 21:14
· 154 commits to master since this release
a120df6

Changelogs

Features

  • Initial support for ensembles. Example to come.
  • Initial support for Pytorch Lightning. Example here.

Bugfixes

  • Fix BALD for binary classification
  • Fix Random heuristic for generators
  • Fix to_cuda for strings.
  • Fix a bug where MCDropconnect would not work with DataParallel

Misc

  • Warning when no layers are affected by patch_layers in MCDropout, MCDropconnect.