[GitHub] [incubator-mxnet] kice edited a comment on issue #16590: import_onnx.py parser for onnx opset >= 9 has bug

2019-12-08 Thread GitBox
kice edited a comment on issue #16590: import_onnx.py parser for onnx opset >= 9 has bug URL: https://github.com/apache/incubator-mxnet/issues/16590#issuecomment-563018787 UPDATE: I think mxnet should look at the initializers first. I checked the doc for pytorch export onnx model,

[GitHub] [incubator-mxnet] kice edited a comment on issue #16590: import_onnx.py parser for onnx opset >= 9 has bug

2019-12-08 Thread GitBox
kice edited a comment on issue #16590: import_onnx.py parser for onnx opset >= 9 has bug URL: https://github.com/apache/incubator-mxnet/issues/16590#issuecomment-563018787 In my case, I use pytorch to export onnx with opset less than 8, it still cannot import the model to mxnet.