[Docs]: Add ops definition #1434
Conversation
|
please add the doc to the index.rst (https://github.com/open-mmlab/mmcv/blob/master/docs/index.rst) |
|
We also should translate the docs to Chinese if you have time to do it. |
May add the Chinese version later if we have time. |
got it |
|
@zhouzaida Don't know why lint failed.
|
|
@zhouzaida Could you take a look at this PR?
|
Please improve the PR message. |
|
@zhouzaida Any comments on this PR? |
|
The definitions of some ops are repeated with other files like https://github.com/open-mmlab/mmcv/blob/master/docs/deployment/tensorrt_custom_ops.md. Is it necessary to delete other repeated files? |
May keep them as references and remove them later when everything becomes clear and stable. |
* [Improve] improve checkpoint loading log (#1446) * add first version * remove syncbn * remove unused ops * update input names * remove empty line * update index.rst * resolve comments * fix type * Update mmcv_ops_definition.md Co-authored-by: WangJiaZhen <47851024+teamwong111@users.noreply.github.com> Co-authored-by: maningsheng <mnsheng@yeah.net> Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
Motivation
This PR adds a document about custom operators' definition in
mmcvfor pytorch2onnx. It is intended to make the ops definition standard and popular in the community. Current following ops are included in this document:torch ops
There are some ops from PyTorch that are not supported when exporting to ONNX. They are included in here as well.
Modification
None
BC-breaking (Optional)
No