Python 官方文档:入门教程 => 点击学习
python中查看cuda版本的方法:1、在电脑中找到Python程序;2、打开idle工具;3、在idle中新建一个shell脚本;4、输入“import torch”指令导入torch模块;5、通过“print(torch.versio
python中查看cuda版本的方法:1、在电脑中找到Python程序;2、打开idle工具;3、在idle中新建一个shell脚本;4、输入“import torch”指令导入torch模块;5、通过“print(torch.version.cuda)”查看指令cuda版本即可。
具体操作方法:
在电脑开始菜单中找到python程序。
在python程序中打开idle工具。
在idle工具中点击左上角的“File”并选择“New File”新建一个shell脚本。
在shell脚本中输入以下指令导入torch模块。
import torch #导入torch模块
最后通过以下指令查看cuda版本即可。
print(torch.version.cuda)
相关操作指令:
print(torch.cuda.is_available()) #查看cuda是否可用
print(torch.cuda.device_count()) #查看可行的cuda数目
--结束END--
本文标题: python中如何查看cuda版本
本文链接: https://lsjlt.com/news/110304.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0