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 2022/09/02 01:46:09 UTC

[GitHub] [tvm] SStarver commented on issue #12645: [Bug] frontend.from_paddle does not correctly handle paddle.nn.AdaptiveAvgPool2D with data_format="NHWC"

SStarver commented on issue #12645:
URL: https://github.com/apache/tvm/issues/12645#issuecomment-1234974040

   > > @cVladu Hi,there! I am doing the similar thing as "convert CNN with data_format="NHWC" into relay IR" Also I have got problems in the convert from "NCHW" onnx CNN into "NHWC" one.
   > > Is there any learning resources or opensource apis to do this or at least make it easier?
   > > Current Situation: hardware driver background got some tutorials on onnx (both operator & python api) got some tutorials on TVM (beginner)
   > > Wish for your reply, Thanks a lot
   > 
   > Maybe you can refer to [Convert Layout Pass](https://tvm.apache.org/docs/arch/convert_layout.html?highlight=layout). And applying the ConvertLayout pass to your relay module.
   
   
   Yes, this is exactly what I'm looking for. thanks a lot


-- 
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: commits-unsubscribe@tvm.apache.org

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