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

paddle2onnx报好多算子不支持??? #460

Open
wanzghen0123 opened this issue Mar 25, 2024 · 1 comment
Open

paddle2onnx报好多算子不支持??? #460

wanzghen0123 opened this issue Mar 25, 2024 · 1 comment
Assignees

Comments

@wanzghen0123
Copy link

Paddle2ONNX下执行: paddle2onnx --model_dir output/epoch_30/ --model_filename centerpoint.pdmodel --params_filename centerpoint.pdiparams --save_file centerpoint.onnx
报错如下:
[Paddle2ONNX] Oops, there are some operators not supported yet, including centerpoint_postprocess,conditional_block,hard_voxelize,select_input,
[ERROR] Due to the unsupported operators, the conversion is aborted.
请问怎么解决???

@LielinJiang
Copy link
Collaborator

hard_voxelize,这个算子可以使用custom op代替,然后自行在onnx或TRT中实现对应的plugin,其余的condition block等算子就是不支持的,需要使用其他代替方式实现网络

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

No branches or pull requests

2 participants