chouxianyu commented on issue #14942: ONNX export: Slice op - Handle None value 
for ends
URL: https://github.com/apache/incubator-mxnet/pull/14942#issuecomment-589494384
 
 
   **Environment:**
   - Windows10
   - Python3.7
   - CPU
   
   **Descroption:**
   I met this problem.
   And I tried the solution in 
[**9dcf71d**](https://github.com/apache/incubator-mxnet/commit/9dcf71d8fe33f77ed316a95fcffaf1f7f883ff70),
 found a new bug.
   
   >Traceback (most recent call last):
     File "C:\Program Files\PyCharm2018.1.4\helpers\pydev\pydevd.py", line 
1664, in <module>
       main()
     File "C:\Program Files\PyCharm2018.1.4\helpers\pydev\pydevd.py", line 
1658, in main
       globals = debugger.run(setup['file'], None, None, is_module)
     File "C:\Program Files\PyCharm2018.1.4\helpers\pydev\pydevd.py", line 
1068, in run
       pydev_imports.execfile(file, globals, locals)  # execute the script
     File "C:\Program 
Files\PyCharm2018.1.4\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, 
in execfile
       exec(compile(contents+"\n", file, 'exec'), glob, loc)
     File 
"E:/Study/Programming/Code/FWWBA05/MXNet_Helmet_Detection/ONNXTest.py", line 2, 
in <module>
       export_model('./symbols/darknet53-symbol.json', 
'./symbols/darknet53-0000.params', [(4, 3, 416, 416)], verbose=True)
     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

Reply via email to