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/02/01 07:23:05 UTC

[GitHub] [incubator-mxnet] alicera edited a comment on issue #19808: onnx model

alicera edited a comment on issue #19808:
URL: https://github.com/apache/incubator-mxnet/issues/19808#issuecomment-770632817


   Thanks, you are right.
   But I meet the new op error
   
   
   resn[07:22:10] ../src/storage/storage.cc:199: Using Pooled (Naive) StorageManager for CPU
   resnest50 downloaded
   resnest50 hybridized
   resnest50 exported
   Traceback (most recent call last):
     File "pre.py", line 27, in <module>
       onnx_mxnet.export_model(sym, params, [input_shape], np.float32, onnx_file)
     File "/opt/mxnet/python/mxnet/contrib/onnx/mx2onnx/export_model.py", line 81, in export_model
       onnx_graph = converter.create_onnx_graph_proto(sym_obj, params_obj, input_shape,
     File "/opt/mxnet/python/mxnet/contrib/onnx/mx2onnx/export_onnx.py", line 254, in create_onnx_graph_proto
       converted = MXNetGraph.convert_layer(
     File "/opt/mxnet/python/mxnet/contrib/onnx/mx2onnx/export_onnx.py", line 86, in convert_layer
       raise AttributeError("No conversion function registered for op type %s yet." % op)
   AttributeError: No conversion function registered for op type SwapAxis 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:
users@infra.apache.org



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