You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/09/07 10:59:48 UTC

[GitHub] [incubator-tvm] lhutton1 commented on issue #6410: AttributeError during ConvertLayout to NHWC

lhutton1 commented on issue #6410:
URL: https://github.com/apache/incubator-tvm/issues/6410#issuecomment-688249567


   I think this is happening because the shape of data is accessed by `data.shape`, at some point something in TVM changed meaning shape needs to be accessed by `data.checked_type.shape`. It looks like the convert layout tests didn't pick this up.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org