KULeuven-MICAS/zigzag

Error dimensions parse in ConvParser()?

cnjsdfcy opened this issue · 1 comments

Hi,

As in below code segment, shouldn't the IX = ia_shape[3], IY = ia_shape[2]? Also W/O should be NCHW layout in ONNX.

https://github.com/KULeuven-MICAS/zigzag/blob/de6d4bbecec8cbb1f108ad2ed379ab7cfef01d0a/zigzag/classes/io/onnx/conv.py#L88C1-L94C33

Thanks,
Jason

asyms commented

Fixed in 9795495