Question
It seems that the X-CUBE-AI code generated the wrong shape for the tensors. The correct shape of the input tensor for exemple should be (7, 6, 6, 1) but the generated code has (1, 6, 6, 7). This means that the strides are incorrect.how can i fix this
..
