[GitHub] [tvm] K1504296 commented on issue #7470: [TEST][FLAKY] tests/python/relay/test_op_level5.py::test_crop_and_resize

2021-04-21 Thread GitBox
K1504296 commented on issue #7470: URL: https://github.com/apache/tvm/issues/7470#issuecomment-824036721 Hello, When running with img shape 224 x 224 on aarch64 this error occurs. This doesn't occur with other image sizes (244, 488 255, 128, 488 are all okay.) and it doesn't matter if i

[GitHub] [tvm] K1504296 commented on issue #7470: [TEST][FLAKY] tests/python/relay/test_op_level5.py::test_crop_and_resize

2021-04-18 Thread GitBox
K1504296 commented on issue #7470: URL: https://github.com/apache/tvm/issues/7470#issuecomment-822027652 Hello, Any updates on this? I'm consistently running into a similar error in verify_crop_and_resize() on aarch64 devices when running task_python_integration.py. ``` tests/