for python2.7 or python3.5conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --set show_channel_urls yes
conda install pytorch torchvision cuda80 -c soumith
conda install pytorch=0.4.1 torchvision cuda80 -c soumith
conda install pytorch=0.4.1 cuda80 -c soumith
安装PyTorch与CUDA
本文介绍如何使用conda配置及安装指定版本的PyTorch和相关依赖,包括设置镜像源,确保安装过程顺利进行。
3224

被折叠的 条评论
为什么被折叠?



