赞
踩
**
在windows 10下安装pytorch,注意我这里已经提前安装好了aconda3 ,cuda 10.2,cudnn 10.1
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
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
conda install pytorch torchvision cudatoolkit=10.2 -c pytorch
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。