chouxianyu edited a comment on issue #14875: MXNet to ONNX export bug URL: https://github.com/apache/incubator-mxnet/issues/14875#issuecomment-580600315 I met the same problem. And I tried the solution in PR[#14942](https://github.com/apache/incubator-mxnet/pull/14942), found a new bug. > File "D:\WorkingSoftware\Anaconda3\lib\site-packages\mxnet\contrib\onnx\mx2onnx\export_model.py", line 83, in export_model verbose=verbose) File "D:\WorkingSoftware\Anaconda3\lib\site-packages\mxnet\contrib\onnx\mx2onnx\export_onnx.py", line 253, in create_onnx_graph_proto idx=idx File "D:\WorkingSoftware\Anaconda3\lib\site-packages\mxnet\contrib\onnx\mx2onnx\export_onnx.py", line 90, in convert_layer raise AttributeError("No conversion function registered for op type %s yet." % op) AttributeError: No conversion function registered for op type _arange yet.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
