Debian9.8 安装 pytorch

Debian9.8 安装 pytorch (不安装cuda):
apt install -y git python3-dev
git clone --recursive https://github.com/pytorch/pytorch

export NO_CUDA=1

export USE_NUMPY=1

export USE_FFMPEG=1

export USE_OPENCV=1

export USE_REDIS=1
cd pytorch

pip install opencv-python numpy scipy tensorflow scikit-learn matplotlib redis ffmpeg

pip install pyyaml

pip install -r requirements.txt
python3 setup.py install

d2314286be6b6c0a067f28bab703f34702b.jpg

pip install torchvision

 

或者直接按照pytorch官网上https://pytorch.org/选择你要安装的,如:

pip install https://download.pytorch.org/whl/cpu/torch-1.0.1-cp35-cp35m-win_amd64.whl

 

用命令查看pytorch适合安装成功:

pip list | grep torch

d01771e3f48b7b2819cb0a63698506fa0e9.jpg

 

简单例子:

import torch

x = torch.empty(5, 3)
print(x)
 

输出:

7469b1fec1e78ad503683160367e7fa64f1.jpg

哈哈,以后就可以用pytorch开发了

转载于:https://my.oschina.net/michaelshu/blog/3021075

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值