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 2021/06/09 10:19:12 UTC

[GitHub] [tvm] codeislife99 edited a comment on issue #8057: deformable_conv2 error when converting torch traced model to relay

codeislife99 edited a comment on issue #8057:
URL: https://github.com/apache/tvm/issues/8057#issuecomment-857572696


   It is possible that relay and PT have different deform conv 2d results. I had put up a PR  https://github.com/apache/tvm/pull/7397 which fixed this for PT 1.6 . It's possible they changed something for later versions. My guess is that if something was changed it must be how the outer points are interpolated during the bilinear interpolation step because that's the only place where framework implementations differ as well. 


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