Skip to content

v1.5.19

Latest
Compare
Choose a tag to compare
@liopeer liopeer released this 18 Feb 08:55
· 1 commit to master since this release
a38c167

Updates to the Model Documentations and addition of MACL Loss

Changes

  • Docs: Fix mismatch between forward method and docstring of NTXentLoss by @adosar in #1789
  • Update NNCLR model examples in docs
  • Updated the BYOL model examples in docs
  • Updated the DINO model examples in docs
  • Update the SimSiam model examples in docs
  • Additional tests added to pooling operation for DetCon
  • Fix issues with the Lightning Trainer's strategy in the MAE examples and support new Lightning versions in the benchmarks
  • Added loss function for MACL (Model-Aware Contrastive Learning)
  • Updated CONTRIBUTING Guide and GitHub Actions
  • Fix multiple issues with loss tests

Models