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/06/12 18:15:43 UTC

[GitHub] [incubator-mxnet] piyushghai commented on issue #15222: MxNet cannot detect GPUs

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:
users@infra.apache.org


With regards,
Apache Git Services