You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/06/28 09:49:35 UTC

[GitHub] [tvm] islavutin opened a new pull request #8356: [ONNX Parser] Add warning in case of opset mismatch

islavutin opened a new pull request #8356:
URL: https://github.com/apache/tvm/pull/8356


   I faced with the problem that if I incorrectly pass onnx opset parameter to the onnx frontend I am getting the error with some low level error trace without any hint related to incorrect opset. That was difficult to root the reason due to that.  That's likely a rare case since most of the time user will not pass opset and rely on converter to detect it. Still it worth to improve the logging to hint user in case of such a situation
   
   Thanks for contributing to TVM!   Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @ them in the pull request thread.
   
   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] jcf94 merged pull request #8356: [ONNX Parser] Add warning in case of opset mismatch

Posted by GitBox <gi...@apache.org>.
jcf94 merged pull request #8356:
URL: https://github.com/apache/tvm/pull/8356


   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] jcf94 merged pull request #8356: [ONNX Parser] Add warning in case of opset mismatch

Posted by GitBox <gi...@apache.org>.
jcf94 merged pull request #8356:
URL: https://github.com/apache/tvm/pull/8356


   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org