当前位置:网站首页>Deep Learning - Install CUDA and CUDNN to implement GPU operation of tensorflow
Deep Learning - Install CUDA and CUDNN to implement GPU operation of tensorflow
2022-08-03 15:16:00 【Peace of mind】
活动地址:CSDN21天学习挑战赛
这里我使用的版本是 tensorflow 2.8.0 tensorflow-gpu 2.8.0
目录
Create a download directory folder
下载CUDA
查看NVIDIA 显卡支持的CUDA版本
- win+s 搜索 NVIDIA Console Panel并打开
2. 查看NVIDIASystem information for the control panel(System information is in the lower left corner of the image below)
After opening the system information window,First review and record in the display section驱动程序版本
我的版本是512.15
然后点击组件,查看支持的CUDA版本
Here my version is as follows11.6.127,下载11.6.1的CUDA
官网下载CUDA
- Bing或Google 搜索 CUDA 11.6.1 (Enter which version you want to download here CUDA 版本号)
2. 点击链接,进入官网下载页面(The web page may load slowly VPN可能会快)
After the page loads,页面如下:
This is based on the operating system currently used,选择Windows平台等信息
信息输入完成后,点击Download开始下载
Here my browser is set to determine the download save location for each download,So the following window will pop up,点击保存即可
安装CUDA
Create a download directory folder
First save the path in the software(自定义)处,创建CUDA和CUDA_program文件夹
运行下载的CUDA安装程序
- 点击之前下载好的cuda exe程序
这里Extract the file path selection created earlierCUDA文件夹,之后OK即可
After the progress bar is loaded,will enter the formalCUDA 安装程序
- 正式的CUDA 安装程序
After clicking Agree and Continue,Go to the License Agreement page
选择自定义安装,点击下一步,Go to the installed software option
The specific selection is as follows:
点击下一步,Enter the installation path selection page,The installation path here is selected previously createdCUDA_program路径
After browsing and modifying the path,点击下一步,开始安装
根据自己的选择,之后Next即可(这里我是选择了 I understand 然后Next)
开始安装
安装结束,下一步即可
下载CUDNN
确定CUDNN版本
There is currently no official website for it11.6的版本,retrieved from the network11.6的CUDA可以配置8.3.2的CUDNN
但是下载后,出现了一些dll找不到,之后下载了8.3.3的CUDNNFound to solve the previous problem
因此 11.6.1的CUDA配置 8.3.3的CUDNN
官网下载CUDNN
CUDA和CUDNNdownload results are different,CUDA是一个安装程序,而CUDNNIt is a compressed file
进入官网后,会需要登录NVIDIA账号,If you don't have it here, you can register
登录后,Various can be seenCUDNN版本
这里我们下载8.3.3 For CUDA 11.6的版本
复制CUDNN解压文件
Unzip the downloaded compressed package file,The unzipped folder contains the following files
将解压后的文件夹复制到CUDA安装目录的binthe same level of the folder and rename it to cudnn
这里我的是E:\SoftWares\PyCharm\CUDA_program路径下
添加环境变量
win+s输入环境变量,打开编辑系统环境变量
在系统环境变量Path中添加以下内容(Specifically, the folder in the red box,Configure according to your own installation directory)
下载缺失的zlibwapi.dll文件
打开官网,下载zlibwapi.dll文件
一般的浏览器,点击ZLIB DLL It will automatically jump to download;ChromeRequires right mouse click on the link,Select the link to save as to download
下载完成后解压,并将解压后的文件夹zlib123dllx64移动到系统盘C的Program Files (x86)文件夹中
在系统变量Path中添加环境变量:
判断是否安装成功
- cmd命令行输入 nvcc -V 命令,出现The following information is successful
- Pycharm运行下列脚本
from tensorflow.python.client import device_lib import tensorflow as tf print(device_lib.list_local_devices())
输出中的device_type既有CPU,也有GPU则成功
- Run a neural network program
没有报错信息,能够正常epoch、Normal operation is successful
边栏推荐
- 2021年12月电子学会图形化三级编程题解析含答案:数星星
- eolink告诉你,国内Api行业,可以内卷到什么程度?
- 基于matlab的遥测信道的基本特性仿真分析
- 问题4:什么是缺陷?你们公司缺陷的优先级是怎样划分的?
- ubiquant量化竞赛
- MMA安装及使用优化
- 跨桌面端之组件化实践
- A high-performance creation book, ASUS Dreadnought Pro15 2022 is completely enough for daily photo editing and editing!
- 选择合适的 DevOps 工具,从理解 DevOps 开始
- 方舟开服工具、服务器教程win
猜你喜欢
随机推荐
你没见过的《老友记》镜头,AI给补出来了|ECCV 2022
简介undo log、truncate、以及undo log如何帮你回滚事物?
20220801使用安信可的ESP-01S模块实现WIFI的UART传输功能
Currency ATM: Solana Wallet Has Unknown Security Vulnerability, A Large Number Of Users' Digital Assets Are Stolen
【指针内功修炼】函数指针 + 函数指针数组 + 回调函数(二)
sql注入之盲注(纯原创)
6000 字+,帮你搞懂互联网架构演变历程!
一次做数据报表的踩坑经历,让我领略了数据同步增量和全量的区别
【周报】2022年7月24日
MATLAB中writetimetable函数用法
PAT乙级-B1008 数组元素循环右移问题(20)
程序员面试必备PHP基础面试题 – 第十九天
问题3:你提交的缺陷开发认为这不是BUG,怎么办?
What are the visual database design software _ database visual programming
身为程序员的我们如何卷死别人?破局重生。
深度学习——安装CUDA以及CUDNN实现tensorflow的GPU运行
力扣1206. 设计跳表--SkipList跳表是怎么跳的?
【网络结构】VGG
冒烟测试冒烟测试
HDU 1029 Ignatius and the Princess IV