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 2020/04/16 21:56:20 UTC

[GitHub] [incubator-mxnet] leezu commented on issue #7899: Need help: numpy array to mxnet ndarray is too slow.

leezu commented on issue #7899: Need help: numpy array to mxnet ndarray is too slow.
URL: https://github.com/apache/incubator-mxnet/issues/7899#issuecomment-614917501
 
 
   You can use the `mx.nd.from_numpy(ndarray, zero_copy=True)` if you don't mind that the numpy array is invalid afterwards.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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