csharma opened a new issue #16721: GPU is not enabled for mxnet based word 
embeddings.
URL: https://github.com/apache/incubator-mxnet/issues/16721
 
 
   Hi,
   
   bert_embedding = BertEmbedding(mx.gpu(0))
   
   causes the following error.
   Exception has occurred: MXNetError
   [15:02:22] C:\Jenkins\workspace\mxnet\mxnet\src\ndarray\ndarray.cc:1295: GPU 
is not enabled
   
   Please help
   best regards,
   Cartik
    
   ## Environment
   pip install mxnet-cu90
   Run in python code 
   >import mxnet as mx
   bert_embedding = BertEmbedding(mx.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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to