You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the bug
remap_node_with_kernel_shape
requireskernel_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
parse_onnx
on the model.Expected behavior
The kernel shape should be inferred.
The text was updated successfully, but these errors were encountered: