* [Refactor] change imgs_per_gpu to samples_per_gpu in config files
* [Docs] change imgs_per_gpu to samples_per_gpu in docs
* [Refactor] change imgs_per_gpu to samples_per_gpu in codes and add warnings
* [Fix] fix isort
* [Docs] fix docs format
* [Refactor] add related UT codes
* [Fix] fix isort
* [Feature] Add MoCo v3 (#194)
* [Feature] add position embedding function
* [Fature] modify nonlinear neck for vit backbone
* [Feature] add mocov3 head
* [Feature] modify cls_head for vit backbone
* [Feature] add ViT backbone
* [Feature] add mocov3 algorithm
* [Docs] revise BYOL hook docstring
* [Feature] add mocov3 vit small config files
* [Feature] add mocov3 vit small linear eval config files
* [Fix] solve conflict
* [Fix] add mmcls
* [Fix] fix docstring format
* [Fix] fix isort
* [Fix] add mmcls to runtime requirements
* [Feature] remove duplicated codes
* [Feature] add mocov3 related unit test
* [Feature] revise position embedding function
* [Feature] add UT codes
* [Docs] add README.md
* [Docs] add model links and results to model zoo
* [Docs] fix model links
* [Docs] add metafile
* [Docs] modify install.md and add mmcls requirements
* [Docs] modify description
* [Fix] using specific arch name `mocov3-small` rather than general arch name `small`
* [Fix] add mmcls
* [Fix] fix arch name
* [Feature] change name to `MoCoV3`
* [Fix] fix unit test bug
* [Feature] change `BYOLHook` name to `MomentumUpdateHook`
* [Feature] change name to MoCoV3
* [Docs] modify description
Co-authored-by: fangyixiao18 <fangyx18@hotmail.com>
Co-authored-by: Yixiao Fang <36138628+fangyixiao18@users.noreply.github.com>
* [Docs] update model zoo results (#195)
* Bump version to v0.6.0 (#198)
* [Docs] update model zoo results
* Bump version to v0.6.0
Co-authored-by: fangyixiao18 <fangyx18@hotmail.com>
Co-authored-by: Yixiao Fang <36138628+fangyixiao18@users.noreply.github.com>
* [Docs] seperate mocov1 and mocov2 configs, readme and metafile
* [Docs] update model link in metafile
* [Docs] update algorithm readme with new format
* [Docs] update width of pictures
* [Docs] update 'moco' related directory
* [Docs] fix lint
* fix links of docs
* [Docs]: Use shared menu from theme instead
* [Refactor]: Refactor the directory structure of docs
* [Fix]: Fix lint
* [Fix]: Fix __version__.py file link bug
Co-authored-by: fangyixiao18 <fangyx18@hotmail.com>