总结安装tensorflow,torch,cuda

tensorflow
首先下载tensotflow版本,手动下载click here you will see a lot of packages including tensorflow
选择适合自己电脑默认的python版本,(36or37)tensorflow这里选择的是1.9,因为2.0的更新使得很多旧代码报错。
然后打开anaconda promopt 进入保存tensorflow的目录,输入
pip install+文件名(以.whl结尾)
卸载是uninstall

cuda安装
首先查看自己电脑的显卡支持的cuda版本
在这里插入图片描述总结安装tensorflow,torch,cuda总结安装tensorflow,torch,cuda
在这里插入图片描述
总结安装tensorflow,torch,cuda总结安装tensorflow,torch,cuda
勾选方框

总结安装tensorflow,torch,cuda总结安装tensorflow,torch,cuda
总结安装tensorflow,torch,cuda安装torch
总结安装tensorflow,torch,cuda在开始里以管理员身份打开anaconda promopt 输入以上命令
即可