当前位置:网站首页>Win10 CUDA CUDNN installation configuration (torch paddlepaddle)
Win10 CUDA CUDNN installation configuration (torch paddlepaddle)
2022-07-31 04:02:00 【raccoon extraordinary】
Foreword
Finally, the configuration of CUDA CUDNN is done this time. My graphics card is Geforece Nvidia 930MX.
This time record the configuration process.The cuda10.2 version has good support for torch and paddle, so this time we install cuda10.2
One: Check the driver that supports cuda10.2
https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html
cuda 10.2 driver version greater than or equal to 441.22
Two: Get a driver that supports your own GPU
https://www.nvidia.cn/geforce/drivers/
According to the first step, the driver we need to download is greater than or equal to 441.22
Enter the model number

Search for the driver that meets the requirements
Download and install
download cuda10.2 and cudnn
You can get it on the official website below, or you can get it directly from Baidu Netdisk
Link: https://pan.baidu.com/s/1W5IjQWDrT0kpmI1fMoapmQ?pwd=if33
Extraction code: if33
cuda 10.2 download address
https://developer.nvidia.com/cuda-10.2-download-archive?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exelocal
cudnn version download address
https://developer.nvidia.com/rdp/cudnn-archive
Unzip and install cuda10.2
Update.Core installation may report errors, just delete it

Select custom installation during installation, and then choose the installation path by yourself, of course, it is best to default directly
Unzip and add cudnn
Move the files in the folder corresponding to the unzipped cudnn to the folder corresponding to the cuda we installed
Add environment variables

Third test installation
nvcc -V
torch history
https://pytorch.org/get-started/previous-versions/
torch paddle tensorflow test whether the installation is successful
import tensorflow as tfprint(tf.test.is_gpu_available())print(tf.config.list_physical_devices('GPU'))import torchprint(torch.cuda.is_available())print(torch.Tensor(5, 3).cuda())import paddlepaddle.fluid.install_check.run_check()paddle.fluid.is_compiled_with_cuda()Concluding remarks
This is almost done.
边栏推荐
- 三子棋的代码实现
- (六)枚举、注解
- C language from entry to such as soil, the data store
- The application and practice of mid-to-platform brand advertising platform
- 已解决:不小心卸载pip后(手动安装pip的两种方式)
- 慧通编程第4关 - 魔法学院第6课
- The use of beforeDestroy and destroyed
- BUG消灭者!!实用调试技巧超全整理
- Daily practice of LeetCode - 138. Copy a linked list with random pointers
- 安全20220718
猜你喜欢

C language from entry to such as soil, the data store
![[Paper reading] Mastering the game of Go with deep neural networks and tree search](/img/4f/899da202e13bd561bbfdbaeebe4d2e.jpg)
[Paper reading] Mastering the game of Go with deep neural networks and tree search

已解决(最新版selenium框架元素定位报错)NameError: name ‘By‘ is not defined

Know the showTimePicker method of the basic components of Flutter

Knowledge Distillation 7: Detailed Explanation of Knowledge Distillation Code

What skills do I need to learn to move from manual testing to automated testing?

LeetCode每日一练 —— OR36 链表的回文结构

Safety 20220712

With 7 years of experience, how can functional test engineers improve their abilities step by step?

Key Technologies of Interface Testing
随机推荐
(tree) Last Common Ancestor (LCA)
BUG definition of SonarQube
【AUTOSAR-RTE】-4-Port和Interface以及Data Type
问题7:列表的拼接
(线段树) 基础线段树常见问题总结
Detailed explanation of TCP (2)
MySQL 8.0.30 GA
MATLAB/Simulink&&STM32CubeMX工具链完成基于模型的设计开发(MBD)(三)
Win10 CUDA CUDNN 安装配置(torch paddlepaddle)
Database implements distributed locks
[C language] General method of base conversion
扫雷游戏(c语言写)
type_traits metaprogramming library learning
浅识Flutter 基本组件之CheckboxListTile组件
IIR filter and FIR filter
Mysql 45 study notes (twenty-four) MYSQL master-slave consistency
(6) Enumeration and annotation
endian mode
SQL Interview Questions (Key Points)
Smartcom Programming Level 4 - Magic Academy Lesson 6