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 2018/03/08 20:20:35 UTC

[GitHub] sxjscience opened a new issue #10041: Reduce operators do not support axis=None

sxjscience opened a new issue #10041: Reduce operators do not support axis=None
URL: https://github.com/apache/incubator-mxnet/issues/10041
 
 
   The sum/mean OPs do not support `axis=None`. I think it's supported in earlier versions of MXNet.
   
   ```python
   import mxnet as mx
   b = mx.nd.sum(mx.ones((100, 100)), axis=None)
   ```
   
   ```log
   MXNetError: Invalid Parameter format for axis expect Shape(tuple) but value='None'
   ```

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