-
Notifications
You must be signed in to change notification settings - Fork 651
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
CARAFE op to onnx Fails and why not support it yet? #172
Comments
@ethanyhzhang Hi, please be known that supporting deployment of models with custom ops is complex. We don't support models with |
Thanks! |
* messages * again * again1 * again_2 * again_3 * again_4 * again_5 * Update docs/zh_cn/user_guides/useful_tools.md Co-authored-by: HinGwenWoong <peterhuang0323@qq.com> * Update docs/zh_cn/user_guides/useful_tools.md Co-authored-by: HinGwenWoong <peterhuang0323@qq.com> * Update docs/en/user_guides/useful_tools.md Co-authored-by: HinGwenWoong <peterhuang0323@qq.com> * Update docs/en/user_guides/useful_tools.md Co-authored-by: HinGwenWoong <peterhuang0323@qq.com> * Update docs/en/user_guides/useful_tools.md Co-authored-by: HinGwenWoong <peterhuang0323@qq.com> * Update docs/zh_cn/user_guides/useful_tools.md Co-authored-by: HinGwenWoong <peterhuang0323@qq.com> * Update tools/analysis_tools/dataset_analysis.py Co-authored-by: HinGwenWoong <peterhuang0323@qq.com> * Update tools/analysis_tools/dataset_analysis.py Co-authored-by: HinGwenWoong <peterhuang0323@qq.com> * Update tools/analysis_tools/dataset_analysis.py Co-authored-by: HinGwenWoong <peterhuang0323@qq.com> * Update tools/analysis_tools/dataset_analysis.py Co-authored-by: HinGwenWoong <peterhuang0323@qq.com> * modify code * Update docs/en/user_guides/useful_tools.md Co-authored-by: HinGwenWoong <peterhuang0323@qq.com> * Modify document * Modify document * new code * revise decuments and codes * Revise datails * Update tools/analysis_tools/dataset_analysis.py Co-authored-by: HinGwenWoong <peterhuang0323@qq.com> * modify func name * code * Documentation and code * modify error meaasge * deleted height, Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
I have a question why carefe op is not supported in mmdeploy. And I have tried myself to export it, but error like below happens:
IndexError: _Map_base::at
Could anyone tell me what's wrong with this custom op?
For the same way, dcn export works well.
Thanks.
Related issue: onnx/onnx#2698
The text was updated successfully, but these errors were encountered: