Skip to content

Commit

Permalink
Remove runner, parallel, engine and device (#2216)
Browse files Browse the repository at this point in the history
* Remove runner, parallel, engine and device

* fix format

* remove outdated docs
  • Loading branch information
zhouzaida authored Aug 22, 2022
1 parent 19a0241 commit 9185eee
Show file tree
Hide file tree
Showing 116 changed files with 11 additions and 16,767 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include requirements/runtime.txt
include mmcv/model_zoo/open_mmlab.json mmcv/model_zoo/deprecated.json mmcv/model_zoo/mmcls.json mmcv/model_zoo/torchvision_0.12.json
include mmcv/ops/csrc/common/cuda/*.cuh mmcv/ops/csrc/common/cuda/*.hpp mmcv/ops/csrc/common/*.hpp
include mmcv/ops/csrc/pytorch/*.cpp mmcv/ops/csrc/pytorch/cuda/*.cu mmcv/ops/csrc/pytorch/cuda/*.cpp mmcv/ops/csrc/pytorch/cpu/*.cpp
include mmcv/ops/csrc/parrots/*.h mmcv/ops/csrc/parrots/*.cpp
Expand Down
10 changes: 0 additions & 10 deletions docs/en/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ cnn
.. automodule:: mmcv.cnn
:members:

runner
------
.. automodule:: mmcv.runner
:members:

engine
------
.. automodule:: mmcv.engine
:members:

ops
------
.. automodule:: mmcv.ops
Expand Down
1 change: 0 additions & 1 deletion docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ You can switch between Chinese and English documents in the lower-left corner of

understand_mmcv/config.md
understand_mmcv/registry.md
understand_mmcv/runner.md
understand_mmcv/data_process.md
understand_mmcv/visualization.md
understand_mmcv/cnn.md
Expand Down
163 changes: 0 additions & 163 deletions docs/en/understand_mmcv/runner.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/zh_cn/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ cnn
.. automodule:: mmcv.cnn
:members:

runner
------
.. automodule:: mmcv.runner
:members:

engine
------
.. automodule:: mmcv.engine
:members:

ops
------
.. automodule:: mmcv.ops
Expand Down
1 change: 0 additions & 1 deletion docs/zh_cn/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

understand_mmcv/config.md
understand_mmcv/registry.md
understand_mmcv/runner.md
understand_mmcv/data_process.md
understand_mmcv/data_transform.md
understand_mmcv/visualization.md
Expand Down
159 changes: 0 additions & 159 deletions docs/zh_cn/understand_mmcv/runner.md

This file was deleted.

Loading

0 comments on commit 9185eee

Please sign in to comment.