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/05/25 02:06:48 UTC

[GitHub] zheng-da commented on issue #10807: Ndarray.asnumpy() error with gluon dense under both GPU and CPU environment

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:
users@infra.apache.org


With regards,
Apache Git Services