16 Commits

Author SHA1 Message Date
Yixiao Fang
af331b043f
[Refactor] Deprecate imgs_per_gpu and use samples_per_gpu (#204)
* [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
2022-02-09 17:45:41 +08:00
Yixiao Fang
16b3f7b61e
[Enhance] Update the installation of MMCV (#208)
* [Enhance] Update the installation of MMCV

* [Fix] add torch_version for mmcv install
2022-02-09 17:40:21 +08:00
Jiahao Xie
fc69e38009
Bump version to v0.6.0 (#199)
* [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>
2022-02-02 11:16:06 +08:00
Yixiao Fang
a807b38e4c
[Feature] support cpu training (#188)
* [Fix] modify non-dist training algorithm list

* [Feature] support cpu training

* [Docs] modify description
2022-01-28 17:49:46 +08:00
Ming-Yang Ho
7127db8522
fix typo (#180) 2022-01-19 14:18:42 +08:00
Yixiao Fang
56070ef133
[Docs] update algorithm README with the new format (#177)
* [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
2022-01-18 11:18:51 +08:00
Yixiao Fang
9b33c5efc4
[Docs] add Chinese version of compatibility.md (#172)
* [Docs] add Chinese version of compatibility.md

* [Docs] fix typo

* [Docs] fix lint

* [Docs] fix typo

* [Docs] fix typo
2022-01-14 18:09:20 +08:00
Yixiao Fang
45951c1b12
[Docs] update README and model_zoo.md (#165)
* [Docs] update README

* [Docs] add simsiam logs

* [Docs] add chinese version of model_zoo.md

* [Docs] fix typo

* [Benchmark] update SimSiam 100 epoch benchmark results

* [Benchmark] update simsiam 100 epoch seg results
2022-01-10 16:40:47 +08:00
Yun Du
54471dd5ef
[Docs] translate 2_data_pipeline.md and 3_new_module.md into Chinese and fix some typos. (#168)
* [Docs] translate 2_data_pipeline.md into Chinese

* [Docs] translate 3_new_module.md into Chinese

* [Docs] Fix typos from py to python
2022-01-10 12:39:14 +08:00
Jiahao Xie
86ca16c766
[Docs] translate prepare_data.md into Chinese (#166)
* [Docs] translate prepare_data.md into Chinese

* [Docs] fix typo in prepare_data.md
2022-01-04 10:28:39 +08:00
Range King
9317d2ecbf
[Docs] translate 1_new_dataset.md into Chinese (#163)
* translate 1_new_dataset.md

1.translate 1_new_dataset.md into Chinese
2.fix missing `` in 1_new_dataset.md

* Update 1_new_dataset.md

fix table of content
2022-01-04 10:26:15 +08:00
Yixiao Fang
3237c76474
[Docs] add logs for part of algorithms (#157)
* [Docs] add logs for part of algorithms

* [Fix] fix typo
2021-12-23 21:50:31 +08:00
Yixiao Fang
5d2b4a389b
[Fix] fix links in .md files (#155) 2021-12-22 14:20:36 +08:00
Yuan Liu
e882fd9c01
[Fix]: Fix readthedocs switch language link bug (#149) 2021-12-17 14:09:56 +08:00
Yuan Liu
f8fe0cc787
[Fix]: Fix log size (#148) 2021-12-17 14:08:06 +08:00
Yuan Liu
febe511b67
[Refactor]: Refactor the directory structure of docs (#146)
* 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>
2021-12-16 20:29:57 +08:00