Skip to content

Releases: B-cos/B-cos-v2

v0.1.2

15 Aug 16:25
Compare
Choose a tag to compare

This release makes it possible to torch.compile with the CNN models (previously, the BcosConv2d was using an incompatible operation).

Check the commit message for more info: d42829a

v0.1.1

09 Aug 22:58
Compare
Choose a tag to compare

Small bug fix release.

Fixes an issue when using .with_epochs with the LR scheduler factory AND using the StepLR or ExpLR schedules.

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

v0.1.0: Added ViTs

30 May 17:40
Compare
Choose a tag to compare

With this release, we have added (see #3):

  • B-cos ViTs
  • Standard (i.e. non-B-cos) ViTs

to our Model Zoo including their variants with a convolutional stem (ViT-Cs)! 🥳
This brings our total to 34 models (26 B-cos and 8 standard models)! 😄

v0.0.4

17 Apr 11:16
Compare
Choose a tag to compare

This fixes a loading issue in the experiment utitilties when loading EMA weights from training checkpoints directly.

v0.0.3

14 Apr 14:00
Compare
Choose a tag to compare

Bugfix release. Fixes a minor issue with loading from training checkpoints.

Pre-trained weights and numbers aren't affected. See commit 8f1e6c1's commit message for more details.

v0.0.2

01 Apr 21:29
b97fc95
Compare
Choose a tag to compare
v0.0.2 release

Weights

27 Mar 15:06
d212aa6
Compare
Choose a tag to compare
v0.0.1-weights

Weights

v0.0.1

27 Mar 20:27
Compare
Choose a tag to compare

First release