You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/07/23 12:23:34 UTC

[GitHub] [incubator-mxnet] xizi opened a new issue #18776: MXNet model export to ONNX failed

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


   export rnn.GRU op failed, error message as follow:
   AttributeError: No conversion function registered for op type _rnn_param_concat 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



[GitHub] [incubator-mxnet] xizi commented on issue #18776: MXNet model export to ONNX failed

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


   Thanks for reply. Can your provide some references show how to  register _rnn_param_concat op as concatenation.


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



[GitHub] [incubator-mxnet] xizi commented on issue #18776: MXNet model export to ONNX failed

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


   After installed mxnet2.0 build from source.  export model error:
   NotImplementedError: Only LSTM mode RNN conversion to ONNX is currently supported.


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



[GitHub] [incubator-mxnet] szha commented on issue #18776: MXNet model export to ONNX failed

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


   cc @josephevans
   conversion of other RNN types will need to be added.


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



[GitHub] [incubator-mxnet] szha commented on issue #18776: MXNet model export to ONNX failed

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


   Thanks for reporting. We are removing that op in the RNN layer in the 2.0. It will need to be registered in 1.x. That operator should be registered as simple concatenation for ONNX.


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



[GitHub] [incubator-mxnet] szha commented on issue #18776: MXNet model export to ONNX failed

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


   for export, I think it would be something similar to this:
   https://github.com/apache/incubator-mxnet/blob/85ff00d5c1dafc1e51aaae26f6664582b0eb6ae1/python/mxnet/contrib/onnx/mx2onnx/_op_translations.py#L846-L861


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