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
``Hi, I am trying to convert SSD Mobilenet V2 tensorflow model ( frozen graph .pb format) to onnx.
I see group attr of the first Conv op in the converted onnx model equal to 0.
This invalid "group=0" then throws error when I attempt to quantize this onnx model using onnxruntime.
onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Non-zero status code returned while running Conv node. Name:'Conv__8004' Status Message: Input channels C is not equal to kernel channels * group. C: 3 kernel channels: 3 group: 0