Linux conda安裝pytorch速度慢
1. 添加源
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
conda config --add channels https://mirrors.sjtug.sjtu.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.sjtug.sjtu.edu.cn/anaconda/pkgs/free/
2. 安裝
進官網選擇合適版本:https://pytorch.org/get-started/locally/
復制命令,將最后的-c pytorch去掉,如:
conda install pytorch torchvision cudatoolkit=10.0