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/03/19 02:27:55 UTC

[GitHub] [incubator-mxnet] dungmn commented on a change in pull request #15994: ONNX import/export: Upsampling

dungmn commented on a change in pull request #15994:
URL: https://github.com/apache/incubator-mxnet/pull/15994#discussion_r597365458



##########
File path: python/mxnet/contrib/onnx/mx2onnx/_op_translations.py
##########
@@ -2080,3 +2079,26 @@ def convert_topk(node, **kwargs):
     )
 
     return [topk_node]
+ 
+
+@mx_op.register("UpSampling")
+def convert_upsample(node, **kwargs):
+    """Map MXNet's UpSampling operator attributes to onnx's Upsample operator

Review comment:
       missing """ close at line 2086?




-- 
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