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

Upgrade onnxsim to at least 0.4.0 #8383

Merged
merged 3 commits into from
Aug 1, 2022
Merged

Conversation

daquexian
Copy link

Motivation

I'm the author of onnx-simplifier. Recently I published onnxsim v0.4.0. In the latest version, dynamic input shapes are natively supported with no need for extra flags like dynamic_input_shapes. custom_lib and input_data is also not needed.

@CLAassistant
Copy link

CLAassistant commented Jul 19, 2022

CLA assistant check
All committers have signed the CLA.

ort_custom_op_path = ''
try:
from mmcv.ops import get_onnxruntime_op_path
ort_custom_op_path = get_onnxruntime_op_path()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ort_custom_op_path is not used after upgrade.

@RangiLyu RangiLyu changed the base branch from master to dev July 19, 2022 06:59
@daquexian daquexian changed the title Upgrade onnxsim to 0.4.0 Upgrade onnxsim to at least 0.4.0 Jul 19, 2022
Copy link
Member

@RangiLyu RangiLyu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
dalaoshi yyds

@ZwwWayne ZwwWayne merged commit 7901eed into open-mmlab:dev Aug 1, 2022
ZwwWayne pushed a commit that referenced this pull request Sep 9, 2022
* Upgrade onnxsim to 0.4.0

* Update pytorch2onnx.py

* Update pytorch2onnx.py
SakiRinn pushed a commit to SakiRinn/mmdetection-locount that referenced this pull request Mar 17, 2023
* Upgrade onnxsim to 0.4.0

* Update pytorch2onnx.py

* Update pytorch2onnx.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants