当前位置:网站首页>Pytorch配置
Pytorch配置
2022-07-03 03:06:00 【AphilGuo】
安装Pycharm
1、下载pycharm 链接:https://www.jetbrains.com/pycharm/download/#section=windows
2、下载完成后,点击安装,一直下一步,最后点击安装

安装Anacnda
1、下载Anaconda 链接:https://www.anaconda.com/ 点击下载
2、下载完成后,点击安装,勾选第一项
3、点击安装
4、创建Anaconda环境,并选择y。
配置pytorch 版本为CUDA 11.1
1、 pytorch链接:https://pytorch.org/get-started/previous-versions/
2、 复制命令,输入anaconda,完成cuda安装
3、 下载cudnn 链接:https://developer.nvidia.cn/cuda-11.1.0-download-archive?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exelocal
4、 双击下载的cudnn,解压至文件夹。
5、 点击下一步,进行安装
6、 安装完成,点击关闭
7、 测试
边栏推荐
猜你喜欢

用docker 連接mysql的過程

Force deduction ----- the minimum path cost in the grid

Kubernetes family container housekeeper pod online Q & A?

Spark on yarn资源优化思路笔记

C语言初阶-指针详解-庖丁解牛篇

Three.js本地环境搭建

TCP handshake three times and wave four times. Why does TCP need handshake three times and wave four times? TCP connection establishes a failure processing mechanism

Add automatic model generation function to hade

敏捷认证(Professional Scrum Master)模拟练习题-2
![MySQL practice 45 lecture [transaction isolation]](/img/a5/5420651d6be51e892976f02be8c43c.png)
MySQL practice 45 lecture [transaction isolation]
随机推荐
基于Qt的yolov5工程
Yiwen takes you to know ZigBee
Last update time of all sqlserver tables
How to use asp Net MVC identity 2 change password authentication- How To Change Password Validation in ASP. Net MVC Identity 2?
The core idea of performance optimization, dry goods sharing
TCP handshake three times and wave four times. Why does TCP need handshake three times and wave four times? TCP connection establishes a failure processing mechanism
MySQL practice 45 [SQL query and update execution process]
后管中编辑与预览获取表单的值写法
MySQL Real combat 45 [SQL query and Update Execution Process]
labelimg生成的xml文件转换为voc格式
PHP constructor with parameters - PHP constructor with a parameter
[combinatorics] Application of exponential generating function (multiple set arrangement problem | different balls in different boxes | derivation of exponential generating function of odd / even sequ
Chart. JS multitooltip tag - chart js multiTooltip labels
C # general interface call
Can I use read-only to automatically implement properties- Is read-only auto-implemented property possible?
Edit and preview in the back pipe to get the value writing method of the form
Reset or clear NET MemoryStream - Reset or Clear . NET MemoryStream
二维数组中的元素求其存储地址
The left value and the right finger explain better
【PyG】理解MessagePassing过程,GCN demo详解