You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/04/07 21:19:51 UTC

[GitHub] [incubator-mxnet] Zha0q1 opened a new pull request #20139: [v1.x] Add mx2onnx operator support matrix

Zha0q1 opened a new pull request #20139:
URL: https://github.com/apache/incubator-mxnet/pull/20139


   add op support matrix to readme.md and a tool to generate the matrix


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



[GitHub] [incubator-mxnet] Zha0q1 merged pull request #20139: [v1.x] Add mx2onnx operator support matrix

Posted by GitBox <gi...@apache.org>.
Zha0q1 merged pull request #20139:
URL: https://github.com/apache/incubator-mxnet/pull/20139


   


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



[GitHub] [incubator-mxnet] Zha0q1 commented on a change in pull request #20139: [v1.x] Add mx2onnx operator support matrix

Posted by GitBox <gi...@apache.org>.
Zha0q1 commented on a change in pull request #20139:
URL: https://github.com/apache/incubator-mxnet/pull/20139#discussion_r609186665



##########
File path: python/mxnet/onnx/mx2onnx/_export_onnx.py
##########
@@ -65,7 +65,7 @@ def __init__(self):
         self.output_tensors = []
 
     @staticmethod
-    def register(op_name, opset_version=11):
+    def register(op_name, opset_version=12):

Review comment:
       I think we support onnx >= 1.7 and 1.7 is actually opset 12.




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



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #20139: [v1.x] Add mx2onnx operator support matrix

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #20139:
URL: https://github.com/apache/incubator-mxnet/pull/20139#issuecomment-815272182


   Hey @Zha0q1 , Thanks for submitting the PR 
   All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands: 
   - To trigger all jobs: @mxnet-bot run ci [all] 
   - To trigger specific jobs: @mxnet-bot run ci [job1, job2] 
   *** 
   **CI supported jobs**: [windows-gpu, clang, miscellaneous, website, edge, unix-cpu, sanity, centos-cpu, unix-gpu, windows-cpu, centos-gpu]
   *** 
   _Note_: 
    Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. 
   All CI tests must pass before the PR can be merged. 
   


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



[GitHub] [incubator-mxnet] waytrue17 commented on a change in pull request #20139: [v1.x] Add mx2onnx operator support matrix

Posted by GitBox <gi...@apache.org>.
waytrue17 commented on a change in pull request #20139:
URL: https://github.com/apache/incubator-mxnet/pull/20139#discussion_r609185785



##########
File path: python/mxnet/onnx/mx2onnx/_export_onnx.py
##########
@@ -65,7 +65,7 @@ def __init__(self):
         self.output_tensors = []
 
     @staticmethod
-    def register(op_name, opset_version=11):
+    def register(op_name, opset_version=12):

Review comment:
       Why would we change lowest supported version from 11 to 12?




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