Commit Graph

4 Commits (93cfa7b79bdb95b20439893e5105500d5c98033d)

Author SHA1 Message Date
~akA,4}3(V b9647eb72c
[Fix] update lr_updater.py links (#354)
* update lr_updater.py file path

replace out-of-date links with master branch link

* Update code reference to newest version

1. fix typo err of `CosineAnnealingLrUpdaterHook`
2. update code ref links to the newest version (including `CosineAnnealingLrUpdaterHook`, `CyclicLrUpdaterHook`, `CyclicMomentumUpdaterHook`).
2022-07-20 10:24:15 +08:00
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
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
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