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

"Asymmetric padding" error #192

Open
rivo opened this issue May 12, 2022 · 0 comments
Open

"Asymmetric padding" error #192

rivo opened this issue May 12, 2022 · 0 comments

Comments

@rivo
Copy link

rivo commented May 12, 2022

I'm trying to get an existing model to run but I'm getting the following error message:

onnx: operator conv. Implementation error for attribute pads (1): Asymetric padding

From what I can see, it fails here: https://github.com/owulveryck/onnx-go/blob/12c4d2ede603d7d87a26ad4be469a37a6c38e94b/backend/x/gorgonnx/conv.go#L101

Unfortunately, my familiarity with ONNX and Tensorflow (and I guess ML in general) is very limited so I don't really know what this means. I saw issue #74 which appears to be similar and was resolved but for maxpool, not for conv.

What are my options for making this work?

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

1 participant