zhreshold commented on issue #8041: out of memory error on windows URL: https://github.com/apache/incubator-mxnet/issues/8041#issuecomment-332654177 Can you create a large matrix on gpu to test? For example ``` import mxnet as mx a = mx.nd.ones(shape=(256, 1024, 2000), ctx=mx.gpu(0)) ``` will create a 2000M matrix on gpu ---------------------------------------------------------------- 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
