matthewberryman commented on issue #13965: mxnet_coreml_converter unsupported 
type error
URL: 
https://github.com/apache/incubator-mxnet/issues/13965#issuecomment-457890788
 
 
   _copy is an mxnet operator (see e.g. 
https://github.com/apache/incubator-mxnet/blob/25e915bd401f7ac4c639c935f775deccebec96d3/python/mxnet/contrib/onnx/mx2onnx/_op_translations.py#L720
 ) and above json snippet in 
https://github.com/apache/incubator-mxnet/issues/13965#issue-402055380 is what 
I am getting from mxnet. 
   
   Either there a way of telling mxnet to avoid using the _copy operator, in 
which case the solution needs to be to mention it in the docs as I couldn't 
find it there, 
https://mxnet.incubator.apache.org/versions/master/search.html?q=_copy+layer&check_keywords=yes&area=default#
 
https://mxnet.incubator.apache.org/versions/master/search.html?q=_copy+operator#
 being the searches I tried, or if there's no way of telling mxnet not to use 
the _copy operator, then the solution would be add it to this conversion tool 
as a feature request (since convolution is supported by above list, perhaps 
first rewrite it as convolution with Kronecker delta function?). 
   Otherwise 
https://github.com/apache/incubator-mxnet/issues/13965#issuecomment-457773097, 
while informative, doesn't solve the problem.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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