fredjia opened a new pull request #9788: URL: https://github.com/apache/tvm/pull/9788
This PR fix the get_pad_tuple3d bug. If the conv3d's data_layout is NCDHW and kernel_layout is OIDHW, the weight Tensor with shape (channels, in_channels, kernel_size[0], kernel_size[1], kernel_size[2]) . So, the kernel_size layout should be DHW in general. -- 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]
