ubuntu利用conda创建虚拟环境,并安装cuda,cudnn,pytorch

cd到安装包所在目录,安装:bash Anaconda3-5.1.0-Linux-x86_64.sh

创建虚拟环境:conda create -n your_env_name python=3.6
 

激活虚拟环境:source activate your_env_name

添加conda国内镜像:

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 --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
conda config --set show_channel_urls yes

安装cuda:conda install cudatoolkit=8.0 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/linux-64/
 

安装cudnn:conda install cudnn=7.0.5 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/linux-64/

安装pytorch指定版本:conda install pytorch=0.3.0 torchvision=0.2.0 -c soumith

根据电脑环境,按照pytorch官网对应代码安装

torch官网:https://pytorch.org/get-started/locally/

 

 

注:

安装conda完成后,输入conda list,若出现未找到命令,则需修改环境变量:export PATH=~/anaconda3/bin:$PATH(此法每次开机后都要修改,也可修改配置文件永久生效)

每个不同镜像网站里面包含各种不同的下载包,可根据自己的需求打开查找对应的安装包,

如cudatoolkit 8.0.3 在https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/linux-64/内,

则安装命令如:conda install cudatoolkit=8.0 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/linux-64/ 即可。

要创建一个名为pytorchconda虚拟环境安装PyTorch,可以按照以下步骤进行操作: 1. 首先,确保你已经安装了Anaconda软件包管理器,并且已经在命令行或终端中打开了Anaconda Prompt。 2. 执行以下命令来创建名为pytorch虚拟环境,并指定Python版本为3.7: ``` conda create -n pytorch python=3.7 ``` 3. 创建完虚拟环境后,执行以下命令来激活pytorch虚拟环境: ``` conda activate pytorch ``` 4. 接下来,可以使用conda命令来安装PyTorch。根据你的需求选择合适的命令,比如安装CPU版本的PyTorch: ``` conda install pytorch cpuonly -c pytorch ``` 或者安装GPU版本的PyTorch: ``` conda install pytorch torchvision torchaudio cudatoolkit=xx.x -c pytorch ``` 请注意,其中的xx.x需要替换为你的CUDA版本号。 这样,你就成功创建了名为pytorch虚拟环境,并在其中安装PyTorch。现在你可以在该虚拟环境中进行PyTorch相关的开发和使用了。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *2* [Ubuntu在Anaconda创建虚拟环境安装pytorch](https://blog.csdn.net/JACKZHOU8/article/details/127338038)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] - *3* [Anaconda建立pytorch虚拟环境](https://blog.csdn.net/qq_45176548/article/details/124729634)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论 6
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值