You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/12/08 07:45:27 UTC

[GitHub] [incubator-mxnet] dai-ichiro edited a comment on issue #20769: MXNet 1.8.0 fail to import ONNX model

dai-ichiro edited a comment on issue #20769:
URL: https://github.com/apache/incubator-mxnet/issues/20769#issuecomment-988572747


   super_resolution.onnx has no opset.
   I think it's because this is too old.
   
   ```
   import onnx
   from mxnet.contrib.onnx.onnx2mx.import_onnx import GraphProto
   
   graph = GraphProto()
   model_proto = onnx.load_model('super_resolution.onnx')
   sym, arg, aux = graph.from_onnx(model_proto.graph, opset_version=10)
   ```
   
   10 is dummy number.


-- 
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: issues-unsubscribe@mxnet.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org