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

2018-05-25 Thread GitBox
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-392086315
 
 
   i think so


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


With regards,
Apache Git Services


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

2018-05-24 Thread GitBox
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 1152x1000, 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:
us...@infra.apache.org


With regards,
Apache Git Services