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:
[email protected]


With regards,
Apache Git Services

Reply via email to