当前位置:网站首页>深度学习入门之pytorch安装
深度学习入门之pytorch安装
2022-06-11 08:24:00 【小小梁的实验室】
pytorch安装
参考教程:
重点参考Ⅰ:
PyTorch深度学习快速入门教程(绝对通俗易懂!)【小土堆】_哔哩哔哩_bilibili
重点参考Ⅱ:WIN10下pytorch环境配置(安装了半天的血泪史)_我不会coding的博客-CSDN博客_pytorch环境搭建
次要参考:
torch安装成功+踩雷经历大公开(No module named 'torch')_啊啊啊啊懒的博客-CSDN博客_torch下载失败
Anaconda清华镜像源的使用及安装Pytorch失败问题解决_WannaSeaU的博客-CSDN博客_清华镜像pytorch安装
小白自学机器学习----3.令人头秃的pytorch安装 (No module named 'tools.nnwrap' 错误) - viki650 - 博客园
安装成功如下所示,但由于amd显卡不支持CUDA,所以cuda不可使用。
错误记录:
1. 使用anaconda创建一个新的环境 conda create -n pytorch python=3.8”时报错:CondaHTTPError: HTTP 000 CONNECTION FAILED for url
解决方法:参考这个

2. 按照b站教程一直下载不下来,下载好版本放到annaconda目录下也不行,解决方法是:
更换清华源
找到.condarc以记事本方式打开,将清华源上面的源贴进去:
.condarc配置好后保存,继续安装即可。
3.使用清华镜像安装pytorch时,其中,-c pytorch参数指定了conda获取pytorch的channel,在此指定为conda自带的pytorch仓库。因此,只需要将-c pytorch语句去掉,就可以使用清华镜像源快速安装pytorch了。
4.显卡:我的电脑->设备管理器->显示适配器

独立显卡和集成显卡
独立显卡:AMD(A卡) NVIDIA(N卡)
集成显卡:系统自带
边栏推荐
- torch. meshgrid
- Multiple limit of the same field of SQL
- [the most complete ENSP [installation diagram] in history!]
- Process control: process waiting (recycling child processes)
- These gadgets are also very easy to use
- GO语言:字符串的连接、数字转化字符串
- torch. unbind()
- Typescript configuring ts in koa and using koa router
- qiao-lerna:lerna辅助工具
- Web design and website planning assignment 12 online registration form
猜你喜欢

(taking pytorch as an example) a simple understanding of the regularization method of path (depth) -drop path

Solve notimplementederror: layer XX has arguments in`__ init__` and therefore must override `get_ config`

SSM file upload and download

嵌入式软件面试问题总结

用飞项进行目标管理,不做职场上的“无头苍蝇”

Difference between threadpooltaskexecutor and ThreadPoolExecutor

Idea pulls items from remote warehouse

Deep understanding of add in argparse module_ Argument parameters (such as action)

uniapp 插件开发

Cyclic sort
随机推荐
Basic use of typescripy class
Several ways to avoid concurrent modification exceptions of lists
TypeScripy-类的基本使用
TypeScript-键盘映射
centos随笔03:centos8.2安装mysql
GO语言:字符串的连接、数字转化字符串
Reference implementation scheme of database database and table division strategy
Summary of knowledge points of customized ViewGroup - continuously updated
Login and parameterization of interface test
Record a murder case caused by ignoring the @suppresslint ("newapi") prompt
[software tools] screen recording software captura
qiao-lerna:lerna辅助工具
Idea pulls items from remote warehouse
qiao-npms:获取npm包下载量
Timestamp of PostgreSQL and Oracle
Typescript header file usage details
Testing firebase with postman
redis6 入门级教程,有整合案例,可以直接看整合案例,简单入门,直接上手
uniapp关闭/开启/调节系统声音
Interfaces and abstract classes