1、Anaconda的安装
命令行下执行:
1)、curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.shsh Miniconda3-latest-Linux-x86_64.sh
2)、sh Miniconda3-latest-Linux-x86_64.sh
按照提示逐步输入yes或回车
3)、source ~/.bashrc
2、PyTorch安装
无cuda:
conda install pytorch torchvision cpuonly -c pytorch
3、验证
具体步骤可参考https://pytorch.org/
网友评论