1
0
mirror of https://github.com/open-mmlab/mmclassification.git synced 2025-06-03 20:13:50 +08:00

23 Commits

Author SHA1 Message Date
Ma Zerun
d04ebc1eb5
[Docs] Add API Reference in the docs ()
* Add API inference in the docs and fix readthedocs config.

* Replace some relative link in docs.

* Format docstring for reStructuredText syntax.

* Fix vit paper link

* Fix docstring of `show_results` function in `BaseClassifier`.
2021-07-14 15:06:50 +08:00
Ma Zerun
42b99be9b2
[Docs] rearrange docs and add multiple translation docs. ()
* Move tools docs to `tools` folder.

* Fix link error in model_serving.md

* Fix typo in CONTRIBUTING.md

* Add Chinese translation of CONTRIBUTING.md

* Add translation of `onnx2tensorrt.md`, `pytorch2onnx.md`,
`model_serving.md` and `pytorch2torchscript.md`.

* Improve tools docs.

* Add docs about installing mmcls via mim.
2021-06-30 20:53:09 +08:00
AllentDan
a24a9f6faa
[Fix] Build compatible with low pytorch versions ()
* add version compatible for torchscript

* doc

* doc again

* fix lint

* fix lint isort
2021-06-14 23:25:35 +08:00
AllentDan
c2f01e0dcd
[Feature] Add torchscript deployment ()
* add torchscript deploy

* fix lint

* add check and delete \
2021-06-12 21:50:48 +08:00
q.yao
dbddde52ef
[Feature] TensorRT test tools. ()
* first commit

* update resnext result

* update docs

* update docstring
2021-06-12 21:47:10 +08:00
David de la Iglesia Castro
e2507cae97
Add mmcls2torchserve ()
* Add mmcls2torchserve

* Update docs
2021-06-12 21:45:45 +08:00
Ma Zerun
4524327a4a
[Docs] Fix typo, improve and add Chinese translation of data_pipeline.md and new_modules.md ()
* Improve docs, including `new_modules.md` and `data_pipeline.md`

* Add Chinese docs `new_modules.md` and `data_pipeline.md`
2021-05-29 10:48:31 +08:00
Ma Zerun
a06827bc08
Build chinese translation in readthedocs ()
* change document layout

* Add Chinese docs build file

* Add switch language option
2021-05-29 10:00:37 +08:00
mzr1996
9e93feabac
[Docs] Fix error in new_dataset.md and add Chinese translation of finture.md, new_dataset.md ()
* Fix error in new_dataset.md

* Add Chinese Translation of finture.md, new_dataset.md
2021-05-10 17:17:37 +08:00
QingChuanWS
f970a36898
update pytorch2onnx.md table () 2021-04-30 17:18:06 +08:00
QingChuanWS
01d2849b76
[Feature]: add onnxruntime test tool ()
* [draft] add onnxruntime accuruacy verification

* fix a bug

* update code

* fix lint

* fix lint

* update code and doc

* update doc

* update code

* update code

* updata doc and updata code

* update doc and fix some bug

* update doc

* update doc

* update doc

* update doc

* update doc

* update doc

* fix bug

* update doc

* update code

* move CUDAExecutionProvider to first place

* update resnext accuracy

* update doc

Co-authored-by: maningsheng <maningsheng@sensetime.com>
2021-04-26 13:57:08 +08:00
QingChuanWS
2bd28435cf
Add simplify option in pytorch2onnx.py and Update doc ()
* add simplify option in pytorch2onnx.py and update relevant doc

* update doc about pytorch2onnx

* update code

* update docs
2021-04-09 13:05:25 +08:00
QingChuanWS
d259306013
Add pytorch to onnx and onnx to tensorrt doc ()
* add pytorch2onnx and onnx2trt doc

* fix the typo in deploy doc

* fix bug of onnx2trt.md

* Remove redundant install steps in onnx2trt.md

* update doc based on code review

* update index.rst
2021-04-01 15:56:55 +08:00
ftbabi
49ece048e0
Add tutorials ()
* Add tutorials using MobileNetV2

* Modify text and use ResNet50

Co-authored-by: wangruohui <12756472+wangruohui@users.noreply.github.com>
2021-03-17 16:29:21 +08:00
LXXXXR
400074c321
Add markdown lint in pre-commit hook ()
* add mdlint

* remove duplicate check

* modify md files to pass linting check

* change mmcv download url

* remove torch1.4.0 version check

* remove torch1.4.0 version check
2020-12-02 19:42:45 +08:00
David de la Iglesia Castro
4f4f2957ef
Use build_runner ()
* Use build_runner in train api

* Support iter in eval_hook

* Add runner section

* Add test_eval_hook

* Pin mmcv version in install docs

* Replace max_iters with max_epochs

* Set by_epoch=True as default

* Remove trailing space

* Replace DeprecationWarning with UserWarning

* pre-commit

* Fix tests
2020-10-15 21:12:50 +08:00
David de la Iglesia Castro
b577594d3d fix outdated configs 2020-10-01 16:15:14 +02:00
David de la Iglesia Castro
99115fddbc
Add albumentations ()
* Add Albu transform

* pre-commit

* Create optional.txt

* Update requirements.txt

* Update transforms.py
2020-09-22 17:35:39 +08:00
David de la Iglesia Castro
6b0b3da92a
Add note about ground-truth labels range ()
* Add note about ground-truth labels range

* Fix
2020-09-09 16:21:25 +08:00
Lei Yang
22632ae24c
correct module name from mmdet to mmcls () 2020-07-21 19:28:14 +08:00
yanglei
5c88675a71 Add configs for MNIST, CIFAR10 and ImageNet 2020-07-12 00:06:57 +08:00
yanglei
6968ad5b3b Add RandomFlip 2020-07-12 00:06:56 +08:00
yanglei
4bc2268f48 Add tutorial docs 2020-07-12 00:06:54 +08:00