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

Conv kernel shapes not inferred #2430

Open
rzig opened this issue Oct 28, 2024 · 0 comments · May be fixed by #2544
Open

Conv kernel shapes not inferred #2430

rzig opened this issue Oct 28, 2024 · 0 comments · May be fixed by #2544
Labels

Comments

@rzig
Copy link

rzig commented Oct 28, 2024

Describe the bug
remap_node_with_kernel_shape requires kernel_shape to be present. Per the ONNX docs this should be inferred when not present. remap_node_with_kernel_shape does not implement inference, causing some properly formed ONNX models to fail parsing.

To Reproduce

  1. Generate an ONNX file using the Pytorch tutorial
  2. Call parse_onnx on the model.

Expected behavior
The kernel shape should be inferred.

@laggui laggui added the onnx label Oct 28, 2024
@laggui laggui linked a pull request Nov 26, 2024 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants