zheng-da commented on issue #10807: Ndarray.asnumpy() error with gluon dense under both GPU and CPU environment URL: https://github.com/apache/incubator-mxnet/issues/10807#issuecomment-391919608 are you sure you can do it in CPU without MKLDNN? what you are doing here is trying to allocate a weight array whose dimension is 11520000x1000, which is 85GB. It seems to me that the code fails in initializing the weight matrix with random numbers. It's before calling MKLDNN operators.
---------------------------------------------------------------- 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
