Anaconda Pytorch windows Environment Settings

本文介绍如何在Windows环境下安装最新版Anaconda,并设置兼容Python 3.9的虚拟环境。此外,还详细说明了如何根据GPU计算能力和CUDA版本选择合适的PyTorch版本,确保深度学习项目的顺利运行。

Anaconda

Url:https://www.anaconda.com
Download the newest version(2022.05.windows.x86-64) of the anaconda for windows, the highest-level comparability reach to python 3.9(64-bit)
在这里插入图片描述

CUDA

wiki: search CUDA
Figure out GPU’s compute capability-8.6
在这里插入图片描述
Check the CUDA Driver Version
在这里插入图片描述
Choose the proper CUDA Runtime Version≤ CUDA Driver Version
在这里插入图片描述
PyTorch, choose the right CUDA Runtime Version = 11.6,typing following command in virtual environment(followings are two choices)
Failed this method
Failed this method
在这里插入图片描述
Successfully working!

Test it out

import torch
torch.cuda.is_available() #output : true

Pycharm settings

在这里插入图片描述

commands for conda

conda env list  #find which environments are installed
conda create -n <virtual environment name> python=<version> [-c https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main] #create env using channel or not
conda activate <virtual environment name> # entry the env
conda deactivate  # exit virtual environment
conda remove -n <virtual environment name> --all # remove virtual environment
conda uninstall <pkgname> # pip is often used and recommended
conda install <pkgname>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值