zheng-da commented on issue #13418: [MXNET-1185] Support large array in several operators (part 1) URL: https://github.com/apache/incubator-mxnet/pull/13418#issuecomment-442342670 Could you fix this bug as well? thanks. ```python def run_linear(): data = mx.nd.ones(shape=(50*1000*1000, 100)) linear = gluon.nn.Dense(100) linear.initialize(ctx=mx.cpu(0)) res = linear(data) res.wait_to_read() ```
---------------------------------------------------------------- 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
