anirudhacharya commented on a change in pull request #13390: Onnx multi output
URL: https://github.com/apache/incubator-mxnet/pull/13390#discussion_r236110685
 
 

 ##########
 File path: python/mxnet/contrib/onnx/mx2onnx/export_onnx.py
 ##########
 @@ -95,60 +91,6 @@ def convert_layer(node, **kwargs):
         convert_func = MXNetGraph.registry_[op]
         return convert_func(node, **kwargs)
 
-    @staticmethod
-    def forward_pass(inputs, sym, arg_params, aux_params, output_label):
 
 Review comment:
   Thanks for removing this method, it was quite unnecessary.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to