piyushghai commented on issue #15222: MxNet cannot detect GPUs
URL: 
https://github.com/apache/incubator-mxnet/issues/15222#issuecomment-501393976
 
 
   @chandana1332 What's the MXNet package that you are using ? Are you using 
one of the cu* packages ? 
   
   For non-cuda packages, the get_gpu_count() returns 0 (regardless of GPUs 
being present on the machine or not)
   For packages built with cuda, it gives you the appropriate number. 
   
   Can you try the same function call with ```mxnet-cu*``` package ? 
   ```pip install mxnet-cu92 --pre -U```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to