caiqi commented on issue #14875: MXNet to ONNX export bug
URL: 
https://github.com/apache/incubator-mxnet/issues/14875#issuecomment-522298438
 
 
   I found that there are several ops not supported during converting, 
including slice_axis(..., end =None), slice_like, repeat, arange. But for a 
fixed input dimension, these operations can be replaced with normal slice_like, 
concat. The main problem is in box_nms. 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to