OneRaynyDay commented on a change in pull request #11637: [MXNET-652] Allow for
multi-context input to load gluon models from onnx
URL: https://github.com/apache/incubator-mxnet/pull/11637#discussion_r201572932
##########
File path: python/mxnet/contrib/onnx/onnx2mx/import_onnx.py
##########
@@ -157,15 +156,15 @@ def get_graph_metadata(self, graph):
}
return metadata
- def graph_to_gluon(self, graph, context):
+ def graph_to_gluon(self, graph, ctx):
Review comment:
No problem. Thank you for reviewing! I appreciate the merge.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services