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

export onnx error ( We don't have an op for aten::mul but it isn't a special case ) #8

Open
reskipper opened this issue Apr 19, 2024 · 2 comments

Comments

@reskipper
Copy link

reskipper commented Apr 19, 2024

when i export GeMap to onnx ,report error as below :
RuntimeError: 0INTERNAL ASSERT FAILED at "../torch/csrc/jit/ir/alias_analysis.cpp":532, please report a bug to PyTorch. We don't have an op for aten::mul but it isn't a special case. Argument types: Tensor, bool,

I also tried PyTorch 1.10.0, and encountered the same error.
Any ideas on how to tackle this? Thanks a bunch!

@cnzzx
Copy link
Owner

cnzzx commented Apr 19, 2024

Thanks for your interest. We didn't try to export GeMap to onnx, and not sure which operations are not supported. I guess it will be a tough job, but maybe this repo is valuable?

By the way, this repo is GeMap, not TopoNet :)

@reskipper
Copy link
Author

Thank you for your response!

Sorry, I actually encountered the same error message when exporting gemap and toponet onnx models, which led to a typo. Apologies again.

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