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/12/09 02:32:59 UTC

[GitHub] [incubator-mxnet] xidulu edited a comment on issue #17011: [Numpy] additional default parameter for mxnet.numpy.max: axis=-1

xidulu edited a comment on issue #17011: [Numpy] additional default parameter for mxnet.numpy.max: axis=-1 
URL: https://github.com/apache/incubator-mxnet/issues/17011#issuecomment-562963658
 
 
   Looks like the problem occurs in this line
   https://github.com/apache/incubator-mxnet/blob/9b25db05b4de18b5bfed8467cfd934f2bfa4f11a/src/operator/numpy/np_broadcast_reduce_op.h#L190
   
   I guess an additional check for bypassing the access to ishape tuple (`ishape[axes[i]]`) may solve the problem.
   
   __________________________________
   
   Working on it.
   

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


With regards,
Apache Git Services