当前位置:网站首页>Anaconda install pytorch
Anaconda install pytorch
2022-07-24 07:40:00 【yn20000227】
First check your computer's cuda edition :
cuda --versionInstall Tsinghua image :
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
# reference
# https://mirror.tuna.tsinghua.edu.cn/help/anaconda/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/install pytorch , among cudatoolkit=11.3, Using Tsinghua image :
conda install pytorch torchvision cudatoolkit=11.3It's really much faster

Reference resources :(41 Bar message ) Tsinghua source quick installation pytorch_ modest . The blog of -CSDN Blog
边栏推荐
- stdafx. H introduction and function
- requests-爬虫实现一个简易网页采集器
- [FreeRTOS] 11 software timer
- Cloud version upgrade
- Good programmers and bad programmers
- Facing Tencent (actual combat) - Test Development - detailed explanation of interns (face experience)
- 2022-07-23:给定N件物品,每个物品有重量(w[i])、有价值(v[i]), 只能最多选两件商品,重量不超过bag,返回价值最大能是多少? N <= 10^5, w[i] <= 10^5, v
- DevOps随笔
- 全国职业院校技能大赛网络安全B模块 缓冲区溢出漏洞
- Advanced part of Nacos
猜你喜欢

无法自动装配,未找到“RedisTemplate类型的Bean

Facing Tencent (actual combat) - Test Development - detailed explanation of interns (face experience)

【sklearn】PCA

从零开始C语言精讲篇3:函数

MS SQL Server 2019 学习

Injectfix principle learning (to realize the heat of repair addition)

Jenkins detailed deployment

【Pytorch】Dataset_ DataLoader

Simple installation of sqli Labs

拉普拉斯(Laplace)分布
随机推荐
[steering wheel] code review ability of idea to ensure code quality
23. Component customization events
oracle中有A,B连个表,这两个表需要第三个表C关联,那怎么将A表中的字段MJ1更新为B表中MJ2的值
C language advanced part VII. Program compilation and preprocessing
2021-06-03pip error valueerror: unable to find resource t64.exe in package pip_ vendor.distlib
Jenkins detailed deployment
Simple Gateway - intranet server safely obtains external network data
Harbor2.2 quick check of user role permissions
stdafx.h 简介及作用
FlinkSQL-UDF自定义数据源
XSS vulnerability learning
PHP escape string
CentOS 7 install mysql5.6.37
Selenium basic knowledge paging processing
深度学习二三事-回顾那些经典卷积神经网络
爬虫学习-概述
stdafx. H introduction and function
【FreeRTOS】11 软件定时器
Introduction to C language III Array 4. Operators
Using bidirectional linked list to realize stack (c)