jikechao commented on PR #14546:
URL: https://github.com/apache/tvm/pull/14546#issuecomment-1501165611

   As we can see in frontend about 
[conv2d_transpose](https://github.com/apache/tvm/blob/main/python/tvm/relay/frontend/keras.py#:~:text=keras_layer.input_shape-,if%20data_layout%20%3D%3D%20%22NHWC%22%3A,kernel_layout%20%3D%20%22HWOI%22,-else%3A)
   , the kernel_layout for conv2d_transpose was set as "HWOI" when the 
data_layout='NHWC', while the Tensorflow frontend set the kernel_layout='HWIO' 
mistankenly.  I submitted this PR to fix it.
   
   @leandron @vvchernov  Please help me review this PR. Thanks!
   


-- 
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]

Reply via email to