码迷,mamicode.com
首页 > 其他好文 > 详细

怎么用 pytorch 查看 GPU 信息

时间:2019-07-02 19:26:01      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:port   get   ble   lang   name   tle   lan   available   pytorch   

 如果你用的 Keras 或者 TensorFlow, 请移步 怎么查看keras 或者 tensorflow 正在使用的GPU

 

In [1]: import torch

In [2]: torch.cuda.current_device()
Out[2]: 0

In [3]: torch.cuda.device(0)
Out[3]: <torch.cuda.device at 0x7efce0b03be0>

In [4]: torch.cuda.device_count()
Out[4]: 1

In [5]: torch.cuda.get_device_name(0)
Out[5]: ‘GeForce GTX 950M‘

In [6]: torch.cuda.is_available()
Out[6]: True







怎么用 pytorch 查看 GPU 信息

标签:port   get   ble   lang   name   tle   lan   available   pytorch   

原文地址:https://www.cnblogs.com/mashuai-191/p/11122353.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!