electriclilies opened a new pull request #6298: URL: https://github.com/apache/incubator-tvm/pull/6298
This PR fixes the bug in #6237. In resize, the method "nearest_neighbor" is not compatible with the coordinate_transform_mode "align_corners", and the method "bilinear" is not compatible with coordinate_transformation_modes other than "align_corners". I also added checks to the topi resize method to prevent the user from passing incompatible method and coordinate_transformation_mode combinations into resize. @mbrookhart @masahi please take a look! ---------------------------------------------------------------- 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: [email protected]
