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 2020/11/13 10:45:57 UTC

[GitHub] [incubator-mxnet] h030162 opened a new issue #19527: when export slowfast_4x16 from glouncv, I get err:No conversion function registered for op type slice yet.

h030162 opened a new issue #19527:
URL: https://github.com/apache/incubator-mxnet/issues/19527


   Traceback (most recent call last):
     File "slowfast_export.py", line 273, in <module>
       converted_model_path = onnx_mxnet.export_model(sym, params, [input_shape], np.float32, onnx_file, verbose = True)
     File "/usr/local/lib/python3.6/site-packages/mxnet/contrib/onnx/mx2onnx/export_model.py", line 79, in export_model
       verbose=verbose)
     File "/usr/local/lib/python3.6/site-packages/mxnet/contrib/onnx/mx2onnx/export_onnx.py", line 249, in create_onnx_graph_proto
       idx=idx
     File "/usr/local/lib/python3.6/site-packages/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 slice 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


[GitHub] [incubator-mxnet] szha commented on issue #19527: when export slowfast_4x16 from glouncv, I get err:No conversion function registered for op type slice yet.

Posted by GitBox <gi...@apache.org>.
szha commented on issue #19527:
URL: https://github.com/apache/incubator-mxnet/issues/19527#issuecomment-775410394


   I think this is a feature request for supporting slice operator for ONNX export. cc @josephevans 


----------------------------------------------------------------
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


[GitHub] [incubator-mxnet] github-actions[bot] commented on issue #19527: when export slowfast_4x16 from glouncv, I get err:No conversion function registered for op type slice yet.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #19527:
URL: https://github.com/apache/incubator-mxnet/issues/19527#issuecomment-726693815


   Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue.
   Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly.
   If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on [contributing to MXNet](https://mxnet.apache.org/community/contribute) and our [development guides wiki](https://cwiki.apache.org/confluence/display/MXNET/Developments).


----------------------------------------------------------------
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


[GitHub] [incubator-mxnet] Zha0q1 commented on issue #19527: when export slowfast_4x16 from glouncv, I get err:No conversion function registered for op type slice yet.

Posted by GitBox <gi...@apache.org>.
Zha0q1 commented on issue #19527:
URL: https://github.com/apache/incubator-mxnet/issues/19527#issuecomment-777166794


   Hi @h030162 We have recently enabled support for this model. Are you still working on this? Thanks


----------------------------------------------------------------
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


[GitHub] [incubator-mxnet] josephevans commented on issue #19527: when export slowfast_4x16 from glouncv, I get err:No conversion function registered for op type slice yet.

Posted by GitBox <gi...@apache.org>.
josephevans commented on issue #19527:
URL: https://github.com/apache/incubator-mxnet/issues/19527#issuecomment-776502525


   Hi @h030162, this is actually fixed in the v1.x branch.


----------------------------------------------------------------
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