当前位置:网站首页>Configure pytorch environment in Anaconda - win10 system (small white packet meeting)
Configure pytorch environment in Anaconda - win10 system (small white packet meeting)
2022-07-05 17:48:00 【Times & Beliefs】
One 、 background
Recently, I am running a deep learning code , need PyTorch Environment . After successful configuration , Quickly summarize the resumption , Share it by the way !!!
Two 、 Prerequisite
Installed anaconda.
anaconda What is it ?
Generally speaking, it is an environment manager , You can think of it as a pool , There are environments of various names in this pool ( The name is decided by yourself , Just use it to identify the environment ). The environment in the pool does not interfere with each other , It is convenient for us to run different codes in different environments ( Because of different codes , The environment and version he requires are different )
3、 ... and 、 To configure PyTorch Environmental process
1.win10 Open the terminal under the system
(1) Shortcut key win+R, The following window will pop up 
(2) Input cmd, Click on “ determine ”
(3) Get into win10 terminal 
2. Activate anaconda
Enter the following command , Get into anaconda Of base Environmental Science
activate

3. Create a new environment
conda create -n pt python==3.7
pt It's my own name , You can designate as you like . here python Version I specified 3.7, You can designate according to your own needs OK.


You can view the current anaconda Existing environment
conda env list

4. Configure in the new environment PyTorch Environment
(1) Check your own computer cuda edition ;
The method is :win+R Turn on the computer terminal , Input
nvcc --version

(2) open PyTorch Official website 
(3) Pull down to find Previous versions of PyTorch, And then click 
(4) Choose your own computer cuda Adaptive commands , replicate 
(5) stay anaconda Of base Activate the new environment just created pt
(6) Will just from pytorch Paste the command copied from the official website , Then go back and run 


5. stay pycharm Set up a new environment pt And verify PyTorch Environment configured successfully
(1) open pycharm, Configure new environment pt




find anaconda Environment under the installation path envs, Find the new environment just now pt
find pt Under the environment python.exe, Click on OK



(2) New script , Enter the following code to test
import torch
print(torch.__version__)

appendix : If it helps , Remember the praise. + Collection + Focus on !!! There is something inappropriate in the article , You are also welcome to correct and criticize !
边栏推荐
- 漫画:有趣的海盗问题 (完整版)
- 力扣解法汇总1200-最小绝对差
- 2022 information system management engineer examination outline
- Rider set the highlighted side of the selected word, remove the warning and suggest highlighting
- CVPR 2022 best student paper: single image estimation object pose estimation in 3D space
- Ordinary programmers look at the code, and top programmers look at the trend
- Use QT designer interface class to create two interfaces, and switch from interface 1 to interface 2 by pressing the key
- Cartoon: looking for the k-th element of an unordered array (Revised)
- Cartoon: how to multiply large integers? (next)
- The comprehensive competitiveness of Huawei cloud native containers ranks first in China!
猜你喜欢

Compter le temps d'exécution du programme PHP et définir le temps d'exécution maximum de PHP

flask接口响应中的中文乱码(unicode)处理

Knowledge points of MySQL (6)

MATLAB查阅

每日一练:关于日期的一系列
Redis+caffeine two-level cache enables smooth access speed

神经网络自我认知模型

Ten capabilities that cyber threat analysts should have

Vulnerability recurrence - 48. Command injection in airflow DAG (cve-2020-11978)

Abnormal recovery of virtual machine Oracle -- Xi Fenfei
随机推荐
c#图文混合,以二进制方式写入数据库
删除数组中的某几个元素
Humi analysis: the integrated application of industrial Internet identity analysis and enterprise information system
Redis基础
漫画:如何实现大整数相乘?(上) 修订版
tkinter窗口预加载
Server configuration jupyter environment
漫画:有趣的【海盗】问题
Mongodb (quick start) (I)
Oracle recovery tools -- Oracle database recovery tool
Disabling and enabling inspections pycharm
Customize the theme of matrix (I) night mode
Oracle Recovery Tools ----oracle数据库恢复利器
Webapp development - Google official tutorial
Abnormal recovery of virtual machine Oracle -- Xi Fenfei
Short the command line via jar manifest or via a classpath file and rerun
Design of electronic clock based on 51 single chip microcomputer
leetcode每日一练:旋转数组
Kafaka technology lesson 1
漫画:有趣的海盗问题 (完整版)