美文网首页
Pytorch (1):GPU 查询

Pytorch (1):GPU 查询

作者: 馨不累 | 来源:发表于2020-07-27 15:23 被阅读0次

    torch.cuda.is_available()cuda是否可用;

    torch.cuda.device_count()返回gpu数量;

    torch.cuda.get_device_name(0)返回gpu名字,设备索引默认从0开始;

    torch.cuda.current_device()返回当前设备索引;

    image.png

    相关文章

      网友评论

          本文标题:Pytorch (1):GPU 查询

          本文链接:https://www.haomeiwen.com/subject/urvzlktx.html