ma-hei edited a comment on pull request #18445:
URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-653149747


   Thanks @leezu, I think I found the underlying cause of the test failure in 
unittest/onnx/test_node.py::TestNode::test_import_export. In onnx 1.7, the 
input of the Pad operator has changed. We can see this by comparing 
https://github.com/onnx/onnx/blob/master/docs/Operators.md#Pad to 
https://github.com/onnx/onnx/blob/master/docs/Changelog.md#Pad-1. I believe I 
can fix this test and I'm working on that now. However the same test will not 
pass with onnx 1.5 anymore after that (but at least we know how to fix it, I 
guess). I assume the stacktrace you posted above from the unrelated cd job 
probably has some similar cause. Besides that I'm trying to make pylint happy.. 
but that's the smaller issue I think.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to