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

Support export custom ops by user #1058

Merged
merged 2 commits into from
Mar 23, 2023

Conversation

yeliang2258
Copy link
Collaborator

@yeliang2258 yeliang2258 commented Mar 20, 2023

Support export custom ops by user

Use the following command to convert the specified Paddle OP to Custom ONNX OP:

paddle2onnx --model_dir ./ --model_filename bevpool.pdmodel --params_filename bevpool.pdiparams --save_file model.onnx --opset_version 13 --enable_onnx_checker True --custom_ops '{"bev_pool_v2":"bev_pool_v2","atan2":"atan2"}'

@yeliang2258 yeliang2258 marked this pull request as ready for review March 20, 2023 11:56
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

2 participants