AmitPress opened a new issue, #21161: URL: https://github.com/apache/mxnet/issues/21161
## Description In kaggle, I turned on the T4 x2, but the function can't detect the gpu. ```python # setting up context # if mx.context.num_gpus()>0: # ctx = mx.gpu() # else: # ctx = mx.cpu() # print(ctx) mx.context.num_gpus() ``` gives "0" as result -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
