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 2019/02/24 06:09:43 UTC

[GitHub] reminisce commented on issue #14107: fix nd.slice for following inputs: (1) begin=end and (2) end=-1, step=-1

reminisce commented on issue #14107: fix nd.slice for following inputs: (1) begin=end and (2) end=-1, step=-1
URL: https://github.com/apache/incubator-mxnet/pull/14107#issuecomment-466737792
 
 
   For the first case it should throw exception (`LOG(FATAL)`) for now as MXNet does not support zero size arrays in computation. For the second one, throwing exception is expected for the same reason.
   
   We are planning to support zero-size arrays. But until then, the current behavior should be kept.

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


With regards,
Apache Git Services