Releases: B-cos/B-cos-v2
Releases · B-cos/B-cos-v2
v0.1.2
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
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
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
This fixes a loading issue in the experiment utitilties when loading EMA weights from training checkpoints directly.
v0.0.3
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.