添加清华anaconda镜像:
.condarc 文件(在home/用户名/下),删除里面的 defaults
pytorch
conda-forge
msys2
bioconda
menpo
conda install pytorch torchvision cudatoolkit=10.2 -c pytorch
最好使用指定源的方式安装:conda install --channel https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/ pytorch torchvision cudatoolkit=10.2 -c pytorch