Lunderberg commented on PR #13773: URL: https://github.com/apache/tvm/pull/13773#issuecomment-1438681121
The errors in the i386 test look like they are due to the same type of rounding issue that this PR was intended to avoid. That is, when an input pixel falls exactly on the edge of a bounding box, whether the `extrapolation_value` is used depends entirely on the numerical rounding error. Rather than trying to reproduce exact errors, updating the PR such that the tests have some epsilon different applied to the bounding boxes. -- 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]
