当前位置:网站首页>Pytoch deep learning environment construction
Pytoch deep learning environment construction
2022-07-04 17:45:00 【Wu_ Candy】
Windows In the environment Anaconda3 The installation steps are as follows :
pytorch Official website :
https://pytorch.org/ https://pytorch.org/get-started/locally/
1、 First download the following screenshot on the Internet by yourself Anaconda3*.exe file , Double click to proceed to the next installation .
2、 After successful installation, find in all the programs shown in the figure below Anaconda Prompt Open the command line window
3、 open Anaconda Prompt after , Execute the following commands in turn
(1)、conda install pytorch torchvision -c pytorch
(2)、 explain : Slow speed , Tsinghua can be modified Mirror
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/ modify Conda Source 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
modify Conda The source of channels command
conda config --remove channels website
(3)、conda install pytorch torchvision # Don't bring -c
(4)、 install jupty development tool :
conda install jupyter
If no error is reported , Congratulations, your environment has been set up successfully , Next, find in all programs Jupyter Notebook
4、 open Jupyter Notebook Enter the local environment code editing and running interface , During the startup process, the window shown in the following figure will be opened first :
The browser will open automatically again , The website is :http://localhost:8888/tree, As shown in the screenshot below :
5、 stay jupyter Create a new project code note in , Start writing code script
step1: Click on New, choice Python3
step2: Enter the code script editing page
step3、 Run code , Use Control + Enter Key execution
边栏推荐
- Win32 API access route encrypted web pages
- Wuzhicms code audit
- kaili不能输入中文怎么办???
- [template] [Luogu p4630] duathlon Triathlon (round square tree)
- Superscalar processor design yaoyongbin Chapter 5 instruction set excerpt
- 《吐血整理》保姆级系列教程-玩转Fiddler抓包教程(2)-初识Fiddler让你理性认识一下
- Using win10 scheduling task program to automatically run jar package at fixed time
- 电子宠物小狗-内部结构是什么?
- The company needs to be monitored. How do ZABBIX and Prometheus choose? That's the right choice!
- R language plot visualization: plot visualization of multiple variable violin plot in R with plot
猜你喜欢
曾经的“彩电大王”,退市前卖猪肉
Master the use of auto analyze in data warehouse
OPPO小布推出预训练大模型OBERT,晋升KgCLUE榜首
Hidden corners of coder Edition: five things that developers hate most
整理混乱的头文件,我用include what you use
第十八届IET交直流輸電國際會議(ACDC2022)於線上成功舉辦
Superscalar processor design yaoyongbin Chapter 6 instruction decoding excerpt
Datakit -- the real unified observability agent
斑马识别成狗,AI犯错的原因被斯坦福找到了丨开源
Solution of dealer collaboration system in building materials industry: empowering enterprises to build core competitiveness
随机推荐
【华为HCIA持续更新】SDN与FVC
图像检索(image retrieval)
【HCIA持续更新】网络管理与运维
Flask 轻量web框架
I2C子系统之适配器的设备接口分析(i2c-dev.c文件分析)
超标量处理器设计 姚永斌 第6章 指令解码 摘录
To sort out messy header files, I use include what you use
Is it safe for Bank of China Securities to open an account online?
[test development] software testing - Basics
【HCIA持续更新】WLAN工作流程概述
【系统分析师之路】第七章 复盘系统设计(结构化开发方法)
wuzhicms代码审计
Two methods of MD5 encryption
防火墙基础透明模式部署和双机热备
使用3DMAX制作一枚手雷
Master the use of auto analyze in data warehouse
The Block:USDD增长势头强劲
CANN算子:利用迭代器高效实现Tensor数据切割分块处理
Initial experience of domestic database tidb: simple and easy to use, quick to start
内核中时间相关的知识介绍