pytorch安装过程

https://pytorch.org/get-started/locally/

# Python 2.7
pip install http://download.pytorch.org/whl/cu80/torch-0.4.1-cp27-cp27mu-linux_x86_64.whl
pip install torchvision

# if the above command does not work, then you have python 2.7 UCS2, use this command
pip install http://download.pytorch.org/whl/cu80/torch-0.4.1-cp27-cp27m-linux_x86_64.whl

猜你喜欢

转载自blog.csdn.net/zouxiaolv/article/details/82799491