Skip to content

MMSelfSup Release v0.6.0

Compare
Choose a tag to compare
@Jiahao000 Jiahao000 released this 02 Feb 04:19
fc69e38

Highlight

  • Support vision transformer based MoCo v3 (#194)
  • Speed up training and start time (#181)
  • Support cpu training (#188)

New Features

  • Support vision transformer based MoCo v3 (#194)
  • Support cpu training (#188)

Bug Fixes

  • Fix issue (#159, #160) related bugs (#161)
  • Fix missing prob assignment in RandomAppliedTrans (#173)
  • Fix bug of showing k-means losses (#182)
  • Fix bug in non-distributed multi-gpu training/testing (#189)
  • Fix bug when loading cifar dataset (#191)
  • Fix dataset.evaluate args bug (#192)

Improvements

  • Cancel previous runs that are not completed in CI (#145)
  • Enhance MIM function (#152)
  • Skip CI when some specific files were changed (#154)
  • Add drop_last when building eval optimizer (#158)
  • Deprecate the support for "python setup.py test" (#174)
  • Speed up training and start time (#181)
  • Upgrade isort to 5.10.1 (#184)

Docs

Contributors

A total of 10 developers contributed to this release.
Thanks @Jiahao000, @fangyixiao18, @YuanLiuuuuuu, @soonera, @Kaminyou, @mitming, @RangeKing, @xcnick, @st9007a, @Muyun99

New Contributors