wonnx icon indicating copy to clipboard operation
wonnx copied to clipboard

Support basic grouped convolutions

Open SludgePhD opened this issue 3 years ago • 0 comments

Part of https://github.com/webonnx/wonnx/issues/109

Depth-wise convolutions are still failing (eg. https://github.com/onnx/onnx/tree/main/onnx/backend/test/data/pytorch-converted/test_Conv2d_depthwise), I'm not yet sure why. test_Conv2d_groups passes with this PR though.

SludgePhD avatar Jul 31 '22 23:07 SludgePhD