echuraev opened a new pull request, #13998: URL: https://github.com/apache/tvm/pull/13998
The issue was in the shapes mismatch when `layout=NHWC` was passed to importer. In this case kernel layout in conv2d_transpose operation was set to HWIO but in params HWOI layout was used. And we got the following error: ``` `Tensor[(2, 2, 64, 128), float32]` does not match `Tensor[(2, 2, 128, 64), float32]` ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
