sfvaroglu commented on PR #12869: URL: https://github.com/apache/tvm/pull/12869#issuecomment-1254710003
The roi_align test passes locally when using `onnx==1.12.0` and `onnxruntime==1.12.1`, but it looks like CI is failing with `onnxruntime.capi.onnxruntime_pybind11_state.InvalidGraph: [ONNXRuntimeError] : 10 : INVALID_GRAPH : This is an invalid model. Error in Node: : Unrecognized attribute: coordinate_transformation_mode for operator RoiAlign` which means the CI image doesn't have the updated onnx and onnxruntime, but the CI image at https://ci.tlcpack.ai/job/docker-images-ci/job/docker-image-run-tests/231/testReport/junit/cython.tests.python.frontend.onnx/test_forward/Test___frontend__GPU_3_of_6___test_roi_align_cuda_/ has the updated onnx and onnxruntime and fails with a different error. What do we need to update the CI image this PR is running on? -- 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]
