Lunderberg commented on issue #15148: URL: https://github.com/apache/tvm/issues/15148#issuecomment-1733981183
The error message is below (full test output [here](https://ci.tlcpack.ai/blue/organizations/jenkins/tvm-arm/detail/PR-15762/4/tests/)). Unfortunately, this doesn't indicate a clear location where it occurs, only that the final result was mismatched. ``` AssertionError: Not equal to tolerance rtol=1e-05, atol=1 Mismatched elements: 1 / 18 (5.56%) Max absolute difference: 129 Max relative difference: 0.50588235 x: array([[181, 175, 227, 191, 159, 182], [135, 188, 128, 206, 131, 148], [234, 173, 165, 200, 165, 233]], dtype=uint8) y: array([[181, 175, 227, 191, 159, 182], [135, 188, 255, 206, 131, 148], [234, 173, 165, 200, 165, 233]], dtype=uint8) ``` -- 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]
