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/01/18 18:28:43 UTC

[GitHub] reminisce commented on issue #9455: An error occurred while calculating the square of ndarray by using gpu context

reminisce commented on issue #9455: An error occurred while calculating the square of ndarray by using gpu context
URL: https://github.com/apache/incubator-mxnet/issues/9455#issuecomment-358738026
 
 
   Since running operators in Python is async with backend, you need to wait until the computation of pow is finished. Try this: `(a**2).asnumpy()`.

----------------------------------------------------------------
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