20181128 qzd
https://pytorch.org/docs/stable/cuda.html
- 查看GPU是否可用
torch.cuda.is_available()
- 返回GPU数量
torch.cuda.device_count()
- 返回GPU名字,设备索引默认从0开始
torch.cuda.get_device_name(0)
- 返回当前设备索引
torch.cuda.current_device()
20181128 qzd
https://pytorch.org/docs/stable/cuda.html
torch.cuda.is_available()
torch.cuda.device_count()
torch.cuda.get_device_name(0)
torch.cuda.current_device()
本文标题:[pytorch]查看GPU信息
本文链接:https://www.haomeiwen.com/subject/yiooqqtx.html
网友评论