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 2019/05/21 17:28:47 UTC

[GitHub] [incubator-mxnet] stu1130 commented on issue #15017: Issue in using nd.ones((3, 4), ctx=gpu()) , CUDA 10.1

stu1130 commented on issue #15017: Issue in using nd.ones((3, 4), ctx=gpu()) , CUDA 10.1
URL: https://github.com/apache/incubator-mxnet/issues/15017#issuecomment-494484438
 
 
   @kaivu1999 
   I am using Deep Learning base ami ubuntu 16.04, mxnet-cu101(1.4.1), Driver Version: 418.39. I can't reproduce your issue.
   ```
   >>> import mxnet as mx
   >>> mx.nd.ones((3,4), ctx=mx.gpu())
   
   [[1. 1. 1. 1.]
    [1. 1. 1. 1.]
    [1. 1. 1. 1.]]
   <NDArray 3x4 @gpu(0)>
   ```
   

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