Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove runner, parallel, engine and device #2216

Merged
merged 3 commits into from
Aug 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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