当前位置:网站首页>win10+cuda11.7+pytorch1.12.0安装
win10+cuda11.7+pytorch1.12.0安装
2022-08-03 23:48:00 【weixin_42949850】
1. 查看系统cuda版本
win+R, 输入cmd
在控制台中输入nvidia-smi
电脑系统的cuda版本为11.7
2. 安装anaconda
在官网选择python3的版本安装就行
这一步选择just me,否则得手动添加系统变量Path
3. 测试anaconda是否安装成功
打开windows自带的命令窗口cmd.exe,测试安装是否成功
cmd窗口中输入命令:conda list,输出结果如下:
4. 安装cuda
cuda下载网站,下载安装
5.检测cuda11.7是否安装成功
先核实一下,目录C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\bin下,是否有nvcc.exe文件
再win+R ,cmd, 输入nvcc -V
#6.安装pyttorch
pytorch官网中,选择cuda11.3的版本,注意不能选11.6,该版本好像不能用gpu,具体见该文
最后,在创建的环境中conda install conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
原博文地址:Win10 + CUDA11.7+pytorch手动安装-2.0版本
边栏推荐
猜你喜欢
随机推荐
LeetCode 0155. 最小栈
1067 Sort with Swap(0, i)
全球首款量产,获定点最多!这家AVP Tier1如何实现领跑?
HNUCM 您好中国
学习笔记 | uiautomation(如何)实现自动化
libnet
Unity2021 releases WebGL fog effect disappearing problem
IELTS essay writing template
Scala基础【正则表达式、框架式开发原则】
C语言实验十四 结构体
Creo 9.0二维草图的诊断:着色封闭环
FinClip,助长智能电视更多想象空间
(PC+WAP)织梦模板不锈钢类网站
【LeetCode】最长公共子序列(动态规划)
Another MySQL masterpiece published by Glacier (send the book at the end of the article)!!
ML之yellowbrick:基于titanic泰坦尼克是否获救二分类预测数据集利用yellowbrick对LoR逻辑回归模型实现可解释性(阈值图)案例
Salesforce的中国区业务可能出现新变化,传言可能正在关闭
Super perfect version of the layout have shortcut, background replacement (solve the problem of opencv Chinese path)
OPC UA 与IEC61499 深度融合(1)
ML's yellowbrick: A case of interpretability (threshold map) for LoR logistic regression model using yellowbrick based on whether Titanic was rescued or not based on the two-class prediction dataset