The problem raised by @KZamudio is solved. The 1 in the tensor shape [a, **1**, b, c] corresponds to the depthwise convolution (convolution is only computed on 1 channel at a time). The solution was to transform the depthwise convolution into a grouped convolution with groups of size 16 as VTA only supports convolutions with a number of channels which is a multiple of 16.
--- [Visit Topic](https://discuss.tvm.apache.org/t/vta-questions-about-vta-packed-format/1878/10) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/83ba11e721f17eaaa7c42cc08931b9613e41b687580d84c8a4b469c1d624104a).