MMSelfSup Release v0.6.0
Highlight
- Support vision transformer based MoCo v3 (#194)
- Speed up training and start time (#181)
- Support cpu training (#188)
New Features
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
- Refactor the directory structure of docs (#146)
- Fix readthedocs (#148, #149, #153)
- Fix typos and dead links in some docs (#155, #180, #195)
- Update training logs and benchmark results in model zoo (#157, #165, #195)
- Update and translate some docs into Chinese (#163, #164, #165, #166, #167, #168, #169, #172, #176, #178, #179)
- Update algorithm README with the new format (#177)
Contributors
A total of 10 developers contributed to this release.
Thanks @Jiahao000, @fangyixiao18, @YuanLiuuuuuu, @soonera, @Kaminyou, @mitming, @RangeKing, @xcnick, @st9007a, @Muyun99
New Contributors
- @RangeKing made their first contribution in #163
- @Muyun99 made their first contribution in #168
- @xcnick made their first contribution in #173
- @soonera made their first contribution in #178
- @Kaminyou made their first contribution in #180
- @st9007a made their first contribution in #184
- @mitming made their first contribution in #191