Wenwei Zhang
95172781f2
Add user doc of distributed primitives ( #45 )
...
* add user doc of distributed primitives
* resolve comments
* update
2022-02-25 15:38:43 +08:00
Yining Li
92de63eed7
[Docs] Add evaluator docs ( #33 )
...
* add evaluator docs
* resolve comments
* resolve comments
2022-02-25 14:43:16 +08:00
RangiLyu
d0bcb83e41
[Feature]: Add evaluator base class. ( #41 )
...
* [Feature]: Add evaluator base class.
* solve comments
* update
* fix
2022-02-24 23:41:42 +08:00
liukuikun
9437ebea67
[Feat]: Add abstract data structure ( #29 )
...
* [WIP] abstract-data-structure
* update docs
* update
* update BaseDataSample
* fix comment and coverage 100%
* update and add _set_field
* update
* split into base_data_element and base_data_sample
* update
* update
* update
* fix typo
2022-02-22 21:45:32 +08:00
Mashiro
e1f11fa595
[FIx] Fix basedataset doc ( #40 )
...
* Fix BaseDataset docs
* Fix basedataset doc
2022-02-22 21:44:16 +08:00
Mashiro
ada6660c65
[Feature] add base dataset ( #32 )
...
* basedataset first commit
* add base dataset
* add dataset
* add basedataset
* Fix test dataset
* Fix mypy and test
* Fix mypy and test
* remove unused code
* Update mmengine/dataset/base_dataset.py
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update mmengine/dataset/base_dataset.py
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* add more corner cases in unittest
* fix lint
* Fix as comment
* Fix lint
* update unitest
* Type hint Dick to dict
* rename max_refetch
* Fix as comment
* Fix typo
* Fix as comment
* BaseDataset is no more an abstrac Class, change UT and docs
* Fix as comment
* Fix as comment and refactor type error
* Add comment for full init
* Fix as comment and modify dataset_wrapper
* Fix as comment and modify dataset_wrapper
* Fix as comment
* Fix as comment
* Fix as comment
* Fix as comment
* Fix as comment
* Fix as comment
* Fix as comment
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
Co-authored-by: Tao Gong <gongtao950513@gmail.com>
2022-02-22 14:01:06 +08:00
Ma Zerun
f0451a38f0
[Feature] Add data sampler ( #30 )
...
* Add DefaultSampler and InfiniteSampler
* Add unit test
* Add samplers to API reference
* Update docstring
* Improve according to comments
* Rename `num_replicas` to `world_size`
* Update docstring.
* Update mmengine/data/sampler.py
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update mmengine/data/sampler.py
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Fix typo in unit test
Co-authored-by: Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
2022-02-21 13:08:55 +08:00
RangiLyu
7353778b7c
[Feature]: Add optimzier and constructor. ( #25 )
...
* [Feature]: Add optimzier and constructor.
* refactor unit tests
* add optimizer doc
* add parrots wrapper
* add parrots wrapper
* solve comments
* resolve comments
2022-02-19 14:09:37 +08:00
Haian Huang(深度眸)
e908959c31
[Docs] add visualizer docs ( #16 )
...
* add visualizer
* update
* update
* update
* update
* update
* fix lint
* fix commit
* fix commit
* fix commit
* fix commit
* refine
* refine
* update
* update
* update
* update
* update
2022-02-17 22:33:52 +08:00
Wenwei Zhang
41e1191cbc
add unit tests of data abstract interface ( #21 )
...
* add unit tests of data abstract interface
* update
* update
* update docs of data element
* a draft of UT of datasample, to be finished
* update datasample test
* updata
* update
* fix comments
* fix comments
* fix comments
Co-authored-by: liukuikun <liukuikun@sensetime.com>
2022-02-16 23:19:18 +08:00
Zaida Zhou
cccd20a636
[Feature] Add Registry ( #11 )
2022-02-16 21:45:39 +08:00
Zaida Zhou
27dd617532
[Docs] Add registry tutorial ( #3 )
...
* [Docs] Configure the documentation
* fix the format
* introduce the usage of default_scope
* add Chinese documentation
* move docs configure to another pr
* clean pr
* refactor registry docs
* fix typo
* fix typo
* reorg
* add more examples
* reslove comments
* reslove comments
* reslove comments
Co-authored-by: ZwwWayne <wayne.zw@outlook.com>
2022-02-15 13:12:16 +08:00
Tao Gong
9b6dd78e2f
[Docs] Add docs for BaseDataset ( #7 )
...
* add docs for BaseDataset
* update docs
* update docs
* update basedataset.md
* resolve all comments
* update
* update
* refine base dataset doc
* resolve all comments
* update
* update
* update
* update
* update
* update
* update
Co-authored-by: MeowZheng <meowzheng@outlook.com>
2022-02-14 23:27:43 +08:00
Wenwei Zhang
019c2f5cc9
Add user documentation for abstract data interfaces ( #9 )
...
* update isort
* update
* update comments
* update
* update
* update
* fix bug in use cases
* resolve all comments
* add description of basedatasample
* rename meta_info to metainfo as meta is an adj.
* update
* resolve comments
* clean set data
* finished doc
* rephrase
* update
* resolve comments
* more clear organization
* rephrase
* rephrase
* replace 基础数据元素 by 数据元素
* rephrase
2022-02-14 16:24:18 +08:00
RangiLyu
53fe85cc81
[Doc] Add scheduler user doc. ( #2 )
...
* [Doc] Add scheduler user doc.
* reslove comments
* add chinese doc
* add update en doc
* resolve comments
* resolve comments
* update parameter scheduler
* resolve comments
* tmp remove en doc
* resolve comments
* resolve comments
* resolve comments
Co-authored-by: Kai Chen <chenkaidev@gmail.com>
2022-02-14 16:17:35 +08:00
Zaida Zhou
e88ae3a2c5
[Docs] Add the structure of the documentation ( #12 )
...
* [Docs] Configure the documentation
* delete mypy.ini
2022-02-12 22:14:15 +08:00
Mashiro
3f3dd5b0bd
[Docs] add config docs ( #6 )
...
* add config user doc
* add config user doc
* Fix typo
* fix typo
* reference mmcv
* fix typo
* fix typo
* Restructuring config.md
* Update introduction
Co-authored-by: Kai Chen <chenkaidev@gmail.com>
* Fix
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update docs/zh_cn/tutorials/config.md
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Fix title level
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* refactor the doc
* remove **bold** on titles
* Fix python comment
* Fix python comment
* Update docs/zh_cn/tutorials/config.md
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
Co-authored-by: Kai Chen <chenkaidev@gmail.com>
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
2022-02-12 21:35:05 +08:00