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/12/18 21:20:59 UTC

[GitHub] lou-k commented on issue #13036: fix operators to support large arrays.

lou-k commented on issue #13036: fix operators to support large arrays.
URL: https://github.com/apache/incubator-mxnet/issues/13036#issuecomment-448374863
 
 
   I believe the following is also a repo of this issue:
   ```python
   import mxnet as mx
    mx.nd.eye(10240 * 5) * 2
   Out[4]: 
   
   [[0. 0. 0. ... 0. 0. 0.]
    [0. 0. 0. ... 0. 0. 0.]
    [0. 0. 0. ... 0. 0. 0.]
    ...
    [0. 0. 0. ... 0. 0. 0.]
    [0. 0. 0. ... 0. 0. 0.]
    [0. 0. 0. ... 0. 0. 0.]]
   ```

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